amazon web services - Where can I find the S3 image fetch limit settings? -


any idea can remove image fetch limit? because have images in magento site hosted in amazon s3. if change image url s3, fetches images including thumbnails, eventually, blocks thumbnails, , fetches main image.

but if host image in other server (not amazon s3), doesn't have limit. fetch images again , again, regardless of how many times refresh it.

here examples:

www.shoptv.com.ph/active-posture.html - image hosted in s3 dev.shoptv.com.ph/active-posture.html - image hosted in dreamhost 

as can see, thumbnails present in dh, in s3, doesn't show up. if use direct permalink of images, shows. example:

amazon s3: http://s3.shoptv.com.ph/images/601938/601938-1.jpg http://s3.shoptv.com.ph/images/601938/601938-2.jpg http://s3.shoptv.com.ph/images/601938/601938-3.jpg http://s3.shoptv.com.ph/images/601938/601938-4.jpg  dreamhost: http://dostscholars.org/images/601938/601938-1.jpg http://dostscholars.org/images/601938/601938-2.jpg http://dostscholars.org/images/601938/601938-3.jpg http://dostscholars.org/images/601938/601938-4.jpg 

all images present. if host in s3, , include in media.phtml in magento, won't show.

i suspect has amazon s3 settings, maybe limit somewhere in s3 dashboard can't find.

there no image limit in amazon s3.

your problem caused fact www.shoptv.com.ph/active-posture.html page missing html code (which got dev.shoptv.com.ph/active-posture.html):

<div class="more-views"> <h2>more views</h2> <ul class="product-image-thumbs"> 

it isn't displaying images because there no html telling web browser display images!


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -