Swift-Amazon-S3-Uploading-Tutorial
Swift-Amazon-S3-Uploading-Tutorial copied to clipboard
multiple region support in same application
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.