s3tree icon indicating copy to clipboard operation
s3tree copied to clipboard

Support for credentials other than static credentials

Open kmcquade opened this issue 3 years ago • 0 comments

Right now it requires that you pass in static access keys, which is only possible for IAM users and not very secure. Boto3 automatically picks up credentials from the metadata IP or will grab credentials from a specified AWS credentials profile in the shared credentials file. I'd love to use this package but I can't make use of it when it only allows static AWS credentials.

kmcquade avatar Jun 14 '21 22:06 kmcquade