Guest User

Untitled

a guest
Dec 1st, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. 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
  2. test.pdf
  3.  
  4. 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
  5. Account: AUTH_9e0208d22adb4f89bd39bc874ea9b415
  6. Containers: 3
  7. Objects: 3
  8. Bytes: 31475980
  9. Containers in policy "policy-0": 3
  10. Objects in policy "policy-0": 3
  11. Bytes in policy "policy-0": 31475980
  12. Meta Temp-Url-Key: 2831cdd2-f5d5-45a9-8ba7-72e094f74bbb
  13. X-Account-Project-Domain-Id: default
  14. X-Timestamp: 1480605463.59832
  15. X-Trans-Id: tx9a3a832badc04b1baf354-005840543d
  16. Content-Type: text/plain; charset=utf-8
  17. Accept-Ranges: bytes
  18.  
  19.  
  20. ubuntu@andy-swift:~/devstack$ /usr/local/bin/swift-temp-url GET 6000 /v1/AUTH_9e0208d22adb4f89bd39bc874ea9b415/test/test.pdf 2831cdd2-f5d5-45a9-8ba7-72e094f74bbb
  21. /v1/AUTH_9e0208d22adb4f89bd39bc874ea9b415/test/test.pdf?temp_url_sig=470fa99808c08258649364dd38f5fb4fcb1c49b4&temp_url_expires=1480617005
  22.  
  23. 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
  24. [1] 921
  25. ubuntu@andy-swift:~/devstack$ 401 Unauthorized: Temp URL invalid
  26.  
  27. [1]+ Done curl http://10.0.9.195:8080//v1/AUTH_9e0208d22adb4f89bd39bc874ea9b415/test/test.pdf?temp_url_sig=470fa99808c08258649364dd38f5fb4fcb1c49b4
  28.  
  29. ubuntu@andy-swift:~/devstack$ date
  30. Thu Dec 1 16:50:26 UTC 2016
Advertisement
Add Comment
Please, Sign In to add comment