Skip to content

Instantly share code, notes, and snippets.

@dutchiechris
Created June 20, 2017 12:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dutchiechris/b987c3907600ed60ee06c1f773391a38 to your computer and use it in GitHub Desktop.
Save dutchiechris/b987c3907600ed60ee06c1f773391a38 to your computer and use it in GitHub Desktop.
setup s3cmd with netapp storageGRID Webscale (SGWS)
1) Install s3cmd
# pip install s3cmd
2) setup s3 (file on windows is C:\Users\<USER>\AppData\Roaming\s3cmd.ini)
access_key = <KEY_HERE>
secret_key = <SECRET_HERE>
check_ssl_certificate = False
check_ssl_hostname = False
host_base = <host>:8082
host_bucket = <host>:8082/%(bucket)
3) Run commands!
# python s3cmd ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment