Swift-Amazon-S3-Uploading-Tutorial icon indicating copy to clipboard operation
Swift-Amazon-S3-Uploading-Tutorial copied to clipboard

multiple region support in same application

Open dsngeu opened this issue 5 years ago • 0 comments
trafficstars

In my iOS app, we have to download and upload files on different regions but access key and secret key are same for both region.

when I upload file on s3 bucket on one region its work fine but when I try to upload on another region by changing AWSServiceConfiguration its not uploading/download file from another region, and when I debug then I get wrong region set which Is fist time set region.

I am using pod 'AWSS3', '~> 2.9' how can I fix this?

thanks you.

dsngeu avatar Aug 17 '20 04:08 dsngeu