About 12,500,000 results
Open links in new tab
  1. 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 …

  2. 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.

  3. 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

  4. 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?

  5. 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 …

  6. 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 …

  7. amazon s3 - How to delete files recursively from an S3 bucket

    Apr 7, 2012 · Amazon S3's new Multi-Object Delete gives you the ability to delete up to 1000 objects from an S3 bucket with a single request. See my answer to the related question delete …

  8. URL for public Amazon S3 bucket - Stack Overflow

    Previously, s3-external-2 had been referred to as the "Pacific Northwest endpoint" for US-Standard, though it is now a CNAME in DNS for s3-external-1 so s3-external-2 appears to …

  9. Upload folder with subfolders using S3 and the AWS console

    The Amazon S3 Console now supports uploading entire folder hierarchies. Enable the Ehanced Uploader in the Upload dialog and then add one or more folders to the upload queue.

  10. 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 …