twisted / txaws

Twisted-based Asynchronous Libraries for Amazon Web Services and clouds that support the AWS APIs
MIT License
32 stars 18 forks source link

Support other S3 regions #84

Open mithrandi opened 6 years ago

mithrandi commented 6 years ago

Currently there is no way to make the S3 client sign requests for another region as the region is hardcoded:

https://github.com/twisted/txaws/blob/836b7e53a0d8698871656c0d49c471dcb8d25cbe/txaws/s3/client.py#L121