Skip to content

Commit

Permalink
chore: we now push charts on ovh object storage.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Apr 12, 2022
1 parent b8811eb commit a499777
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions rclone.conf.tpl
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[s3-host]
type = s3
provider = Scaleway
type = swift
env_auth = false
endpoint = s3.fr-par.scw.cloud
access_key_id = ${S3_ACCESS_KEY}
secret_access_key = ${S3_SECRET_ACCESS_KEY}
region = fr-par
location_constraint = fr-par
acl = public-read
auth_version = 3
auth = https://auth.cloud.ovh.net/v3
endpoint_type = public
tenant_domain = default
tenant = ${SWIFT_TENANT}
domain = default
user = ${SWIFT_USER}
key = ${SWIFT_KEY}
region = GRA

0 comments on commit a499777

Please sign in to comment.