Skip to content

Commit

Permalink
Add support for AWS IRSA env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn authored and calind committed Nov 23, 2021
1 parent 74a8bec commit 04c72c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
* If you want to save mysql backup to AWS S3, `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` were the only options, but now you can use `AWS_SESSION_TOKEN` or `AWS_ROLE_ARN` and `AWS_WEB_IDENTITY_TOKEN_FILE`
### Changed
* Update rclone to `v1.57.0`
### Removed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ impersonate = ${GDRIVE_IMPERSONATOR}
[s3]
type = s3
env_auth = false
env_auth = true
provider = ${S3_PROVIDER:-"AWS"}
access_key_id = ${AWS_ACCESS_KEY_ID}
secret_access_key = ${AWS_SECRET_ACCESS_KEY:-$AWS_SECRET_KEY}
Expand Down

0 comments on commit 04c72c3

Please sign in to comment.