/gist:72fa6f934b1e7a7410aa Secret
Created
October 7, 2015 16:56
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
john europa ~ $ swift stat | |
Account: AUTH_test | |
Containers: 1 | |
Objects: 0 | |
Bytes: 0 | |
Containers in policy "ec42": 1 | |
Objects in policy "ec42": 0 | |
Bytes in policy "ec42": 0 | |
X-Timestamp: 1444235475.10829 | |
X-Trans-Id: txfa2aee8c24a54c74a3ef8-0056154ea3 | |
Content-Type: text/plain; charset=utf-8 | |
Accept-Ranges: bytes | |
john europa ~ $ swift upload newcontainer 1MB | |
1MB | |
john europa ~ $ swift list | |
images | |
newcontainer | |
john europa ~ $ swift list images | |
cat.jpg | |
john europa ~ $ swift list newcontainer | |
1MB | |
john europa ~ $ env | grep ST_ | |
ST_AUTH=http://saio:8080/auth/v1.0 | |
ST_USER=test:tester | |
ST_KEY=testing | |
ST_AUTH_VERSION=1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment