Last active
January 25, 2022 15:27
-
-
Save csereno/e1f94a2388d2603d09e09250e537fd31 to your computer and use it in GitHub Desktop.
Revisions
-
csereno revised this gist
Dec 5, 2019 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 = ONEZONE_IA -
csereno created this gist
Nov 5, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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