Skip to content

Instantly share code, notes, and snippets.

@csereno
Last active January 25, 2022 15:27
Show Gist options
  • Save csereno/e1f94a2388d2603d09e09250e537fd31 to your computer and use it in GitHub Desktop.
Save csereno/e1f94a2388d2603d09e09250e537fd31 to your computer and use it in GitHub Desktop.
~/.config/rclone/rclone.conf file demonstrating configurations for Wasabi, Google, and AWS S3
# For more details see https://rclone.org/s3/
[wasabi]
type = s3
provider = Wasabi
access_key_id = xxxxx
secret_access_key = xxx
region = us-east-1
endpoint = s3.wasabisys.com
[google]
type = drive
client_id = xxxxxxxxx.apps.googleusercontent.com
client_secret = xxxxxxxxxxxxx
scope = drive
token = {"access_token":"xxxxxxxx"}
[s3]
type = s3
provider = AWS
env_auth = false
access_key_id = xxxx
secret_access_key = xxxxxx
region = us-east-2
location_constraint = us-east-2
acl = private
server_side_encryption = AES256
storage_class = ONEZONE_IA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment