amazon web services - HTML link to S3 videos, images -
i have videos , images on s3, want use instead of saving locally. have uploaded each image, if want link image in tags, or view in browser get:
public/images/facebook.png
instead of actual image, here link used taken s3 bucket:
link: https://s3.eu-west-2.amazonaws.com/liveandnow-development/public/images/facebook.png
i see this:
<error> <code>nosuchkey</code> <message>the specified key not exist. </message> <key>public/images/facebook.png</key> <requestid>...</requestid> <hostid>...</hostid> </error>
this error indicates there no object @ public/images/facebook.png
.
in fact, there 2 objects in bucket. how know this? bucket security settings incorrectly allowing list objects. should fix promptly.
Comments
Post a Comment