Topic: Amazon Web Services

Hi everyone.

I'm using AWS S3 like a cloud for storing images.

I tried set the baseUrl to S3 bucket (http://s3.amazonaws.com/bucket/directory/ or https), i tried set absolute imageURL and thumbURL to image in cloud. But nothing worked.

Is there any option to set juicebox for AWS?

Thank you.

Re: Amazon Web Services

All your gallery files should be on the same domain or subdomain as the HTML page containing the JavaScript embedding code due to the JavaScript same origin policy (which is why the baseURL method of embedding does not work for you).
You could perhaps upload the complete gallery folder to AWS S3 and embed the gallery in a web page using an <iframe>. This will work as the HTML page containing the JavaScript embedding code is actually the gallery's own 'index.html' file (the file loaded into the <iframe>, not the HTML page containing the <iframe> itself). (Please see the notes regarding embedding a Juicebox gallery in an <iframe> here.)
If you have publicly accessible absolute URLs for your images (and can open the images directly in a browser using these URLs), then you should be able to use them as imageURLs and thumbURLs in your gallery's XML file.
If you continue to experience difficulties, please post the URL to your gallery so that I can take a look.