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

Popular posts from this blog

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

php - Cannot override Laravel Spark authentication with own implementation -

What is happening when Matlab is starting a "parallel pool"? -