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.

Revisions

  1. csereno revised this gist Dec 5, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion rclone.conf
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    # For more details see https://rclone.org/s3/

    [wasabi]
    type = s3
    provider = Wasabi
    @@ -23,4 +25,4 @@ region = us-east-2
    location_constraint = us-east-2
    acl = private
    server_side_encryption = AES256
    storage_class = REDUCED_REDUNDANCY
    storage_class = ONEZONE_IA
  2. csereno created this gist Nov 5, 2019.
    26 changes: 26 additions & 0 deletions rclone.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,26 @@
    [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 = REDUCED_REDUNDANCY