Skip to content

Commit

Permalink
added env variables to config template
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshod5 committed Jan 29, 2025
1 parent 3bff384 commit d78c398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/tools/export/rclone.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ force_path_style = true

[s3]
type = s3
provider = AWS
provider = $s3_provider
env_auth = false
access_key_id = $s3_access_key
secret_access_key = $s3_secret_key
region =
endpoint =
endpoint = $s3_endpoint
location_constraint =
acl = private
server_side_encryption =
Expand Down

0 comments on commit d78c398

Please sign in to comment.