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

New release any time soon? #30

Closed emersonloureiro closed 8 years ago

emersonloureiro commented 8 years ago

Hey folks.

Seems like the last release of sbt-s3 was just over 2 years ago - with 22 commits since then - and I'm wondering if there are plans of releasing a new version any time soon. Reason I'm asking is because I'm really interested in a version with the latest S3Plugin.scala, as it apparently contains a fix for reading AWS credentials using the default provider chain - for the case when you don't specify a .sbt/.credentials file with username password - which is exactly what I need.

Cheers

Emerson

cunei commented 8 years ago

Hello Emerson! This project has been virtually not maintained for quite a while, as you observed. I am now merging the remaining pull requests and I will issue a new release shortly. I am looking for a new maintainer, incidentally: if anybody would like to take over, I'd be glad to transfer ownership.

emersonloureiro commented 8 years ago

Hi there. Thanks for getting back to me. Glad there's a release coming out soon 😄 .

I'm more than happy to be a maintainer, by the way.

cunei commented 8 years ago

I just pushed v0.9, although I cannot be absolutely sure all is in order at this time. Please use with caution.

cunei commented 8 years ago

Thanks Emerson, I'll check what needs to be done in order to transfer ownership.

emersonloureiro commented 8 years ago

Thanks for the release, much appreciated. I'll integrate with one of our apps soon and see how that goes.

Thanks again.

eed3si9n commented 8 years ago

I created sbt-s3-team and you should both have admin rights on this repo.

emersonloureiro commented 8 years ago

Excellent. Thanks very much.

cunei commented 8 years ago

I will make some additional changes tomorrow, then I will hand over the project.

emersonloureiro commented 8 years ago

Sounds good.

cunei commented 8 years ago

I changed organization and name, as requested by @eed3si9n. @emersonloureiro, you can create a new package in Bintray and ask for it to be linked to sbt/sbt-plugin-releases, then publish new versions there. The project is now yours!

emersonloureiro commented 8 years ago

Sounds good, thanks!