kaliber-scala / play-s3

S3 module for Play
MIT License
119 stars 49 forks source link

Is there any support for creating signed urls? #12

Closed eoliphan closed 11 years ago

eoliphan commented 11 years ago

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?

EECOLOR commented 11 years ago

I am not quite sure what you need. Bucket conatains a url method, is that what you need?

eoliphan commented 11 years ago

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

EECOLOR commented 11 years ago

It does add the signed part right? How is your usecase different from the one that the url method provides?