Skip to content

Commit

Permalink
Update rclone config example
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Feb 8, 2024
1 parent f7d900b commit c6c8de0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions environment/rclone-minio.example.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
type = s3
provider = Minio
env_auth = false
access_key_id = your_access_key_id
secret_access_key = your_access_key_id
# It is not so wise to put your root credentials in the config file
access_key_id = minio-root-user
secret_access_key = minio-root-password
endpoint = http://host.docker.internal:9000
location_constraint =
acl = private

0 comments on commit c6c8de0

Please sign in to comment.