using aws mobile sdk ios, listing objects in bucket; however, buckets in amazon account have different regions. can find these regions using:
[s3 getbucketlocation:locationrequest]; i want able modify existing awsserviceconfiguration object new region bucket data otherwise endpoint exception. not sure if can this. there other way or need new configuration every potential region seems wrong me somehow.
you should not manipulate awsserviceconfiguration once set service client. should have separate client dedicated configuration per region.
Comments
Post a Comment