Created
December 1, 2021 20:51
-
-
Save dazzag24/05df37dde4bb77dda5e7b4f67c75d7c6 to your computer and use it in GitHub Desktop.
This file contains 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 characters
# ~/.config/rclone/rclone.conf | |
# secret keys: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm#To4 | |
[oracle_s3] | |
type = s3 | |
provider = Other | |
access_key_id = <access_key_id - obtained from customer secret keys in oracle cloud web console> | |
secret_access_key = <secret_access_key - obtained from customer secret keys in oracle cloud web console> | |
endpoint = https://<namespace>.compat.objectstorage.<region>.oraclecloud.com | |
region = <region> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment