Created
April 1, 2015 13:45
-
-
Save shino/eea05420dd8c826442bd to your computer and use it in GitHub Desktop.
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
statusCode: 404 | |
headers: | |
{ | |
"x-amz-request-id": "89A2E273E33AD7CE", | |
"x-amz-id-2": "RhmfvUGAtmolyCNTFNTxEhaVsztfPAApmVL/DvFKmdmj/MnOIMPh22KyP5j7/hW6bcbnqplnUBI=", | |
"content-type": "application/xml", | |
"transfer-encoding": "chunked", | |
"date": "Wed, 01 Apr 2015 13:44:18 GMT", | |
"server": "AmazonS3" | |
} | |
=========== | |
<?xml version="1.0" encoding="UTF-8"?> | |
<Error><Code>NoSuchBucket</Code><Message>The specified bucket does not exist</Message><BucketName>b</BucketName><RequestId>89A2E273E33AD7CE</RequestId><HostId>RhmfvUGAtmolyCNTFNTxEhaVsztfPAApmVL/DvFKmdmj/MnOIMPh22KyP5j7/hW6bcbnqplnUBI=</HostId></Error> |
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
statusCode: 403 | |
headers: | |
{ | |
"x-amz-request-id": "5DB3A32AAB64C37C", | |
"x-amz-id-2": "K/BbrxT3cn80w8V3i6x2O24gcN9rw+bez8plkPyPHn4yO8V1UESdN20dN58CVJ1HQueYQxPl5yA=", | |
"content-type": "application/xml", | |
"transfer-encoding": "chunked", | |
"date": "Wed, 01 Apr 2015 13:44:44 GMT", | |
"server": "AmazonS3" | |
} | |
=========== | |
<?xml version="1.0" encoding="UTF-8"?> | |
<Error><Code>SignatureDoesNotMatch</Code><Message>The request signature we calculated does not match the signature you provided. Check your key and signing method.</Message><AWSAccessKeyId>AKIAIT2M2HIBZSYWPZHA</AWSAccessKeyId><StringToSign>GET | |
x-amz-date:Wed, 01 Apr 2015 13:44:45 GMT | |
/b/k?uploadId=%</StringToSign><SignatureProvided>Rm/xq4Ta21arZKfn/hAKqcDSgC4=</SignatureProvided><StringToSignBytes>47 45 54 0a 0a 0a 0a 78 2d 61 6d 7a 2d 64 61 74 65 3a 57 65 64 2c 20 30 31 20 41 70 72 20 32 30 31 35 20 31 33 3a 34 34 3a 34 35 20 47 4d 54 0a 2f 62 2f 6b 3f 75 70 6c 6f 61 64 49 64 3d 25</StringToSignBytes><RequestId>5DB3A32AAB64C37C</RequestId><HostId>K/BbrxT3cn80w8V3i6x2O24gcN9rw+bez8plkPyPHn4yO8V1UESdN20dN58CVJ1HQueYQxPl5yA=</HostId></Error> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment