Created
March 9, 2016 22:21
-
-
Save chicagobuss/c53b1c7244cf07abea4b to your computer and use it in GitHub Desktop.
s3proxy output
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
I 03-09 11:13:32.723 main org.eclipse.jetty.util.log:186 |::] Logging initialized @1095ms | |
I 03-09 11:13:32.755 main o.eclipse.jetty.server.Server:327 |::] jetty-9.2.z-SNAPSHOT | |
I 03-09 11:13:32.782 main o.e.j.server.ServerConnector:266 |::] Started ServerConnector@2c4d1ac{HTTP/1.1}{127.0.0.1:7000} | |
I 03-09 11:13:32.783 main o.eclipse.jetty.server.Server:379 |::] Started @1157ms | |
I 03-09 12:04:20.153 main org.eclipse.jetty.util.log:186 |::] Logging initialized @1085ms | |
I 03-09 12:04:20.182 main o.eclipse.jetty.server.Server:327 |::] jetty-9.2.z-SNAPSHOT | |
I 03-09 12:04:20.207 main o.e.j.server.ServerConnector:266 |::] Started ServerConnector@2c4d1ac{HTTP/1.1}{127.0.0.1:7000} | |
I 03-09 12:04:20.208 main o.eclipse.jetty.server.Server:379 |::] Started @1142ms | |
D 03-09 12:04:24.941 S3Proxy-13 o.gaul.s3proxy.S3ProxyHandler:292 |::] request: Request(HEAD /bucket/)@6bf36d0b | |
T 03-09 12:04:24.942 S3Proxy-13 o.gaul.s3proxy.S3ProxyHandler:314 |::] header: Authorization: AWS access:############################# | |
T 03-09 12:04:24.942 S3Proxy-13 o.gaul.s3proxy.S3ProxyHandler:314 |::] header: User-Agent: Boto/2.39.0 Python/2.7.5 Linux/3.10.0-327.10.1.el7.x86_64 | |
T 03-09 12:04:24.943 S3Proxy-13 o.gaul.s3proxy.S3ProxyHandler:314 |::] header: Host: 127.0.0.1:7000 | |
T 03-09 12:04:24.943 S3Proxy-13 o.gaul.s3proxy.S3ProxyHandler:314 |::] header: Accept-Encoding: identity | |
T 03-09 12:04:24.943 S3Proxy-13 o.gaul.s3proxy.S3ProxyHandler:314 |::] header: Content-Length: 0 | |
T 03-09 12:04:24.943 S3Proxy-13 o.gaul.s3proxy.S3ProxyHandler:314 |::] header: Date: Wed, 09 Mar 2016 18:04:24 GMT | |
T 03-09 12:04:24.949 S3Proxy-13 o.gaul.s3proxy.S3ProxyHandler:2412 |::] stringToSign: HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment