Closed eoliphan closed 11 years ago
I am not quite sure what you need. Bucket conatains a url
method, is that what you need?
Actually I think that's fine. You just have to tack on the signed part: http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html#RESTAuthenticationQueryStringAuth
I can do that easily
It does add the signed part right? How is your usecase different from the one that the url
method provides?
Hi, I'm building a play app that delivers some paid content, stored in S3, to end users. Does this module have any support for the signed url feature? If not is there something close that I could maybe fork and build upon?