Bayun AWSS3 Wrapper iOS Programming Guide
  • 1. Introduction
  • 2. Getting Started
  • 3. Integrate Bayun SDK
  • 4. Authentication
    • 4.1 Authentication using Bayun APIs
    • 4.2 Authentication Using AWS Cognito Service Wrapper
      • 4.2.1 Using user pools with AWS Mobile SDK
      • 4.2.2 Using user pools with Bayun AWSS3 wrapper 'SecureAuthentication'
  • 5. Secure Amazon S3 Transfer Utility
    • 5.1 Transferring Data using standard AWSS3TransferUtility
    • 5.2 Transferring Data using Bayun's SecureAWSS3TransferUtility
  • 6. BayunS3
Powered by GitBook
On this page

Was this helpful?

5. Secure Amazon S3 Transfer Utility

Before using SecureTransferUtility methods make sure you have configured the AWSServiceManager defaultServiceConfiguration.

Let us first look at how a typical app is created using AWSS3 SDK AWSS3TransferUtility and then look at the components of the S3 app that get affected using Bayun AWSS3 wrapper class SecureAWSS3TransferUtility.

5.1 Transferring Data using standard AWSS3TransferUtility5.2 Transferring Data using Bayun's SecureAWSS3TransferUtility
Previous4.2.2 Using user pools with Bayun AWSS3 wrapper 'SecureAuthentication'Next5.1 Transferring Data using standard AWSS3TransferUtility

Last updated 2 years ago

Was this helpful?