Created
June 20, 2017 12:44
-
-
Save dutchiechris/b987c3907600ed60ee06c1f773391a38 to your computer and use it in GitHub Desktop.
setup s3cmd with netapp storageGRID Webscale (SGWS)
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
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