You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently S3Client is a singleton, and this doesn't allow to e.g. access buckets that are not in the AWS profile default region. So let's instead provide a factory to create S3Client on demand with either the default or a specified region.
SDK v2 only.
Currently
S3Client
is a singleton, and this doesn't allow to e.g. access buckets that are not in the AWS profile default region. So let's instead provide a factory to createS3Client
on demand with either the default or a specified region.Check #10 before implementing this.
The text was updated successfully, but these errors were encountered: