Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ubuntu@andy-swift:~/devstack$ swift --os-auth-url http://10.0.9.195:5000/v2.0 --os-tenant-name demo --os-username demo --os-password test list test
- test.pdf
- ubuntu@andy-swift:~/devstack$ swift --os-auth-url http://10.0.9.195:5000/v2.0 --os-tenant-name demo --os-username demo --os-password test stat
- Account: AUTH_9e0208d22adb4f89bd39bc874ea9b415
- Containers: 3
- Objects: 3
- Bytes: 31475980
- Containers in policy "policy-0": 3
- Objects in policy "policy-0": 3
- Bytes in policy "policy-0": 31475980
- Meta Temp-Url-Key: 2831cdd2-f5d5-45a9-8ba7-72e094f74bbb
- X-Account-Project-Domain-Id: default
- X-Timestamp: 1480605463.59832
- X-Trans-Id: tx9a3a832badc04b1baf354-005840543d
- Content-Type: text/plain; charset=utf-8
- Accept-Ranges: bytes
- ubuntu@andy-swift:~/devstack$ /usr/local/bin/swift-temp-url GET 6000 /v1/AUTH_9e0208d22adb4f89bd39bc874ea9b415/test/test.pdf 2831cdd2-f5d5-45a9-8ba7-72e094f74bbb
- /v1/AUTH_9e0208d22adb4f89bd39bc874ea9b415/test/test.pdf?temp_url_sig=470fa99808c08258649364dd38f5fb4fcb1c49b4&temp_url_expires=1480617005
- ubuntu@andy-swift:~/devstack$ curl http://10.0.9.195:8080//v1/AUTH_9e0208d22adb4f89bd39bc874ea9b415/test/test.pdf?temp_url_sig=470fa99808c08258649364dd38f5fb4fcb1c49b4&temp_url_expires=1480617005
- [1] 921
- ubuntu@andy-swift:~/devstack$ 401 Unauthorized: Temp URL invalid
- [1]+ Done curl http://10.0.9.195:8080//v1/AUTH_9e0208d22adb4f89bd39bc874ea9b415/test/test.pdf?temp_url_sig=470fa99808c08258649364dd38f5fb4fcb1c49b4
- ubuntu@andy-swift:~/devstack$ date
- Thu Dec 1 16:50:26 UTC 2016
Advertisement
Add Comment
Please, Sign In to add comment