I'm having trouble with S3 files. I have some python code using boto that uploads file to S3, and I want to write to a log file links to the files I created for future reference.
I can't seem to find a way to generate a link that works to only people that authenticated. I can create a link using the generate_url method, but then anybody who clicks on that link can access the file. Any other of creating the url, creates a link that doesn't work even if I'm logged in (Get an XML with access denied).
Anybody knows of a way of doing this? Preferably permanent links, but I can do with only temporary links that expires after given time
Thanks, Ophir