1
mirror of https://github.com/rclone/rclone synced 2024-09-03 21:31:30 +02:00
rclone/s3
Brian Stengaard ce05ef7110 Add IAM role and Env credentials
This will make the s3 provider authentaction logic

  - Configured credentials if both key and secret available
  - Anonymous if key and secret missing and env_auth not set
  - if env_auth is set to truthy (https://golang.org/pkg/strconv/#ParseBool)
    - AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY environment variables
    - IAM role credentials as fallback
2016-02-09 16:32:36 +00:00
..
s3_test.go Test all available hashes for each remote 2016-01-23 09:10:36 +00:00
s3.go Add IAM role and Env credentials 2016-02-09 16:32:36 +00:00
v2sign.go Fixes from go vet and errcheck 2015-09-22 07:31:12 +01:00