david72
david72

Reputation: 7307

AWS S3 NoSuchKey when trying to open subfolder

I added subfolder (for example mysubfolder) to my site (for example https://www.example.com), and when I open this link (https://www.example.com/mysubfolder) on browser I get error:

404 Not Found

Code: NoSuchKey

Message: The specified key does not exist.

Upvotes: 0

Views: 578

Answers (1)

Frank Yucheng Gu
Frank Yucheng Gu

Reputation: 1889

Your request is probably to the wrong/misspelled path for your S3 static site. Make sure that mysubfolder exists in your bucket root path.

Upvotes: 1

Related Questions