Description
https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html
<?xml version="1.0" encoding="UTF-8"?> <Error> <Code>NoSuchKey</Code> <Message>The resource you requested does not exist</Message> <Resource>/mybucket/myfoto.jpg</Resource> <RequestId>4442587FB7D0A2F9</RequestId> </Error>
Right now in the code we are print resource as "bucket" , "key" instead of actual resource name.
Documentation shows key name with bucket, but actually when tried on AWS S3 endpoint it shows just key name, found this information when using mitmproxy.