Skip to content

Instantly share code, notes, and snippets.

@isc-rsingh
Created March 19, 2018 17:56
Show Gist options
  • Save isc-rsingh/c095bff95d70a523a42d64d9ac7fc589 to your computer and use it in GitHub Desktop.
Save isc-rsingh/c095bff95d70a523a42d64d9ac7fc589 to your computer and use it in GitHub Desktop.
s3cmd configuration for IBM cloud object storage
[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