Created
March 19, 2018 17:56
-
-
Save isc-rsingh/c095bff95d70a523a42d64d9ac7fc589 to your computer and use it in GitHub Desktop.
s3cmd configuration for IBM cloud object storage
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 characters
[default] | |
access_key = ACCESSKEYGOESHERE | |
gpg_command = /usr/local/bin/gpg | |
host_base = s3-api.us-geo.objectstorage.softlayer.net | |
host_bucket = %(bucket)s.s3-api.us-geo.objectstorage.softlayer.net | |
secret_key = SECRETKEYGOESHERE | |
use_https = True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment