This sample demonstrates the pause and resume features of the S3TransferManager found in the S3 SDK.
For a more detailed description of the code, please visit this writeup.
- Open the
S3TransferManager.xcodeproj
project file in Xcode. - Configure the sample with your AWS security credentials:
- Open the
Constants.h
file. - Modify the
ACCESS_KEY
andSECRET_KEY
definitions with your AWS Credentials.
- Open the
- Add the AWS SDK for iOS Frameworks to the sample. Get it here.
- In the Project Navigator, Right-Click on the Frameworks group.
- In the Menu select Add Files to "S3TransferManager"
- Navigate to the location where you downloaded and expanded the AWS SDK for iOS.
- Select the follwing frameworks and click Add
- Run the project.
- AWSRuntime.framework
- AWSS3.framework