Skip to content

Latest commit

 

History

History
26 lines (26 loc) · 1.16 KB

File metadata and controls

26 lines (26 loc) · 1.16 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.
  3. 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
        AWSRuntime.framework
        AWSS3.framework
      1. Run the project.