
Amazon S3 exception: "The specified key does not exist"
Feb 22, 2015 · For me, the object definitely existed and was uploaded correctly, however, its s3 url still threw the same error: <Code>NoSuchKey</Code> <Message>The specified key does …
Amazon S3 - How to fix 'The request signature we calculated does …
May 29, 2015 · Amazon S3 - How to fix 'The request signature we calculated does not match the signature' error? Asked 10 years, 7 months ago Modified 2 months ago Viewed 722k times
How to search an Amazon S3 Bucket using Wildcards?
Apr 30, 2015 · Comparing the AWS docs, it seems aws s3 cp has a wildcard feature like Yossi has indicated here, aws s3 ls does not seem to have a wildcard feature.
FTP/SFTP access to an Amazon S3 Bucket - Stack Overflow
Mar 6, 2015 · Is there a way to connect to an Amazon S3 bucket with FTP or SFTP rather than the built-in Amazon file transfer interface in the AWS console? Seems odd that this isn't a …
amazon s3 - What is the maximum length of a filename in S3
Jul 29, 2011 · As follows from the Amazon documentation, These names are the object keys. The name for a key is a sequence of Unicode characters whose UTF-8 encoding is at most 1024 …
amazon s3 - S3 giving me NoSuchKey error even when the key …
Jun 27, 2017 · The Amazon S3 console implements folder object creation by creating a zero-byte object with the folder prefix and delimiter value as the key. These folder objects don't appear in …
Amazon S3 bucket returning 403 Forbidden - Stack Overflow
81 I've recently inherited a Rails app that uses S3 for storage of assets. I have transferred all assets to my S3 bucket with no issues. However, when I alter the app to point to the new …
amazon s3 - aws S3 400 Bad Request - Stack Overflow
Dec 14, 2016 · I had an issue with s3.getObject in node.js - and it turns out the optional region parameter isn't truly optional. I was getting both a 400 response followed by a 200 response. …
Quick way to list all files in Amazon S3 bucket? - Stack Overflow
I have an amazon s3 bucket that has tens of thousands of filenames in it. What's the easiest way to get a text file that lists all the filenames in the bucket?
Amazon S3 - HTTPS/SSL - Is it possible? - Stack Overflow
As previously stated, it's not directly possible, but you can set up Apache or nginx + SSL on a EC2 instance, CNAME your desired domain to that, and reverse-proxy to the (non-custom …