Skip to content

WekanCompany/swift-aws-fileupload

Repository files navigation

S3 File Upload Sample for iOS using Swift

  • Swift 5
  • MVVM architecture

What is this repository for?

  • This is a sample app that covers multipart file upload to AWS S3 bucket using AWSS3TransferUtility.

Frameworks Used

Cocoapods will install these frameworks

  • AWSS3
  • AWSMobileClient
  • AssetsPickerViewController

Using this sample

  1. To install the frameworks, change directory to project root directory in terminal and run the following command:
pod install
  1. In Constants.swift, set your AWS credentials

    • Cognito Identity Pool Id
    • Bucket Name
    • Region
  2. Build and run the app

About

A sample snippet for file uploads using AWS in swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published