peak / s5cmd

Parallel S3 and local filesystem execution tool.
MIT License
2.67k stars 237 forks source link

s5cmd doesn't support credential_process in .aws/config #28

Closed wang2bo2 closed 4 years ago

wang2bo2 commented 4 years ago

It seems s5cmd doesn't take processcreds as a credential provider. https://docs.aws.amazon.com/sdk-for-go/api/aws/credentials/processcreds/

wang2bo2 commented 4 years ago

After changing to go modules, it's no longer vendored any more. Just go get -u github.com/aws/aws-sdk-go would suffice