jallen / AFS3Client

AFNetworking Extension for Amazon S3
MIT License
14 stars 6 forks source link

AFS3Client

AFS3Client is an extension for AFNetworking that simplifies the process uploading files to Amazon's S3 service.

This is the most basic, featureless implementation possible as it only PUTs an object to S3. But it handles the messy process of creating the signature for an S3 request.

Most of the code was borrowed from ASIHTTPRequest.

License

AFS3Client is available under the MIT license. See the LICENSE file for more info.