sbt / sbt-s3

sbt-s3 is a simple sbt plugin to manipulate objects on Amazon S3
Apache License 2.0
63 stars 29 forks source link

Generate S3 Links #26

Closed fedefernandez closed 8 years ago

fedefernandez commented 8 years ago

This PR brings support to generate S3 links.

The remote path is given through the keys parameter.

Please, review at you conveninece.

cunei commented 8 years ago

Thanks for your contribution! I added a few minor changes in a separate pull request on top of your branch, you can review it at: https://github.com/47deg/sbt-s3/pull/1 I am not sure why expirationDate is set to the current date?...

fedefernandez commented 8 years ago

Thanks @cunei I've merged your PR. I don't know which could be the right date by default. Suggestions are welcome :wink:

cunei commented 8 years ago

Closing in favor of #31