Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 1.01 KB

File metadata and controls

17 lines (16 loc) · 1.01 KB

##Running the S3_S3TransferManager Sample 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.

  1. Open the S3TransferManager.xcodeproj project file in Xcode.
  2. Configure the sample with your AWS security credentials:
    1. Open the Constants.h file.
    2. Modify the ACCESS_KEY and SECRET_KEY definitions with your AWS Credentials.
      DO NOT EMBED YOUR CREDENTIALS IN PRODUCTION APPS.
  3. Add the AWS SDK for iOS Frameworks to the sample. Get it here.
    1. In the Project Navigator, Right-Click on the Frameworks group.
    2. In the Menu select Add Files to "S3TransferManager"
    3. Navigate to the location where you downloaded and expanded the AWS SDK for iOS.
    4. Select the follwing frameworks and click Add
      • AWSRuntime.framework
      • AWSS3.framework
  4. Run the project.