Skip to content

v. 0.1.3

Latest
Compare
Choose a tag to compare
@merenkoff merenkoff released this 17 Sep 17:07

v.0.1.3

First Public release

  • Upload files (as example big video) to S3 (Amazon Simple Storage Service)
  • Change credential rules when uploading new file
  • Download file from S3

Adding to your project

If you're using CocoaPods, there's nothing simpler.
Add the following to your Podfile
and run pod install

pod 'AWSS3Client', :git => 'https://github.com/swivl/AWSS3Client.git'

Don't forget to #import "AWSS3Client.h" where it's needed.