tags:

views:

37

answers:

0

Hi,

I am am using Amazon S3. I am trying to access files inside the buckets using URLs (we store the URLs in a database) but I dont want just anyone to be able to access these URLs. So for example we store a lot of images in one table and ideally id like to just be able to use to load the image in with the src being the URL inside the bucket.

Is it query string auth I would use to gain access to the files?

Thanks