Skip to content

Commit

Permalink
Update internal/namespaces/object/v1/s3configfile.go
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Cano <[email protected]>
  • Loading branch information
remyleone and kindermoumoute authored Feb 26, 2025
1 parent 45e78ed commit 15d2900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/namespaces/object/v1/s3configfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const s3cmdTemplate = `# Generated by scaleway-cli command
# Configuration file for s3cmd https://s3tools.org/s3cmd
# Default location: $HOME/.s3cfg
[default]
access_key = {{ .AccessKey }}@{{ .ProjectID }}
access_key = {{ .AccessKey }}
bucket_location = {{ .Region }}
host_base = s3.{{ .Region }}.scw.cloud
host_bucket = %(bucket)s.s3.{{ .Region }}.scw.cloud
Expand Down

0 comments on commit 15d2900

Please sign in to comment.