Skip to content

Commit

Permalink
fix(object): add another field for rclone configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone committed Dec 31, 2024
1 parent 11f43b9 commit 4498470
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/namespaces/object/v1/s3configfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const rcloneTemplate = `# Generated by scaleway-cli command
# Default location: $HOME/.config/rclone/rclone.conf
[{{ .Name }}]
type = s3
provider = Scaleway
env_auth = false
endpoint = s3.{{ .Region }}.scw.cloud
access_key_id = {{ .AccessKey }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# Default location: $HOME/.config/rclone/rclone.conf
[scaleway]
type = s3
provider = Scaleway
env_auth = false
endpoint = s3.fr-par.scw.cloud
access_key_id = SCWXXXXXXXXXXXXXXXXX
Expand All @@ -21,6 +22,7 @@ storage_class =
# Default location: $HOME/.config/rclone/rclone.conf
[scaleway]
type = s3
provider = Scaleway
env_auth = false
endpoint = s3.fr-par.scw.cloud
access_key_id = SCWXXXXXXXXXXXXXXXXX
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# Default location: $HOME/.config/rclone/rclone.conf
[scaleway]
type = s3
provider = Scaleway
env_auth = false
endpoint = s3.nl-ams.scw.cloud
access_key_id = SCWXXXXXXXXXXXXXXXXX
Expand All @@ -21,6 +22,7 @@ storage_class =
# Default location: $HOME/.config/rclone/rclone.conf
[scaleway]
type = s3
provider = Scaleway
env_auth = false
endpoint = s3.nl-ams.scw.cloud
access_key_id = SCWXXXXXXXXXXXXXXXXX
Expand Down

0 comments on commit 4498470

Please sign in to comment.