Created
March 15, 2012 06:56
-
-
Save pandemicsyn/2042599 to your computer and use it in GitHub Desktop.
max containers 403 confusion
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
| fhines@ubuntu:~/swift-temp (master)$ swift -A http://127.0.0.1:8080/auth/v1.0 -U test:tester -K testing upload test9 AUTHORS | |
| Object PUT failed: http://127.0.0.1:8080/v1/AUTH_test/test9/AUTHORS 404 Not Found 404 Not Found | |
| The resource could not be found. | |
| ==> proxy.log <== | |
| Mar 14 23:50:03 ubuntu proxy-server - 127.0.0.1 15/Mar/2012/06/50/03 GET /auth/v1.0/ HTTP/1.0 200 - - - - - - - - 0.0007 | |
| Mar 14 23:50:03 ubuntu proxy-server 127.0.0.1 127.0.0.1 15/Mar/2012/06/50/03 PUT /v1/AUTH_test/test9 HTTP/1.0 403 - - test%2CAUTH_tk6da2436a775342debba11c597311ebc2 - - - tx84fbd2ea15bb4900ba7dcf0df2896737 - 0.0008 - | |
| Mar 14 23:50:03 ubuntu proxy-server - 127.0.0.1 15/Mar/2012/06/50/03 GET /auth/v1.0/ HTTP/1.0 200 - - - - - - - - 0.0010 | |
| Mar 14 23:50:03 ubuntu proxy-server 127.0.0.1 127.0.0.1 15/Mar/2012/06/50/03 HEAD /v1/AUTH_test/test9/AUTHORS HTTP/1.0 404 - - test%2CAUTH_tk6da2436a775342debba11c597311ebc2 - - - txd522984e5d0b42778852fecf717f0c7c - 0.0091 - | |
| Mar 14 23:50:03 ubuntu proxy-server 127.0.0.1 127.0.0.1 15/Mar/2012/06/50/03 PUT /v1/AUTH_test/test9/AUTHORS HTTP/1.0 404 - - test%2CAUTH_tk6da2436a775342debba11c597311ebc2 - - - tx2c5be39f9e2d4781b2e7a8881525578b - 0.0213 - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment