Can incorrect bucket naming or casing cause a 404 error when using `parse_aws_s3_response`?

Responsive Ad Header

Question

Grade: Education Subject: Support
Can incorrect bucket naming or casing cause a 404 error when using `parse_aws_s3_response`?
Asked by:
91 Viewed 91 Answers

Answer (91)

Best Answer
(231)
Yes, absolutely. S3 object keys are case-sensitive. If the object name in your URL doesn't exactly match the object name in the S3 bucket, you'll receive a 404. Verify the case of the object name in both your URL and the S3 bucket.