Skip to content

Commit

Permalink
Setting version to 0.13.0:
Browse files Browse the repository at this point in the history
* It is now an auto plugin, meaning that you don't need to load any defaults and do manual imports, just add it to your `project/plugins.sbt` and enjoy
* Added profile credentials provider; simplified the default providers chain:
    - profile credentials from `~/.aws/credentials` (same as you use form AWS command line tools). You can choose profile by setting `awsProfile` key.
    - EC2 instance metadata.
* Added `s3acl` [Access Control List](http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/model/CannedAccessControlList.html) configuration parameter (which defaults to `PublicRead`) (thanks @anzecesar, see [#36](#36))
* Added converter of an S3 bucket address to https
  • Loading branch information
laughedelic committed Jun 15, 2015
1 parent 704d00e commit c29a728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.13.0-SNAPSHOT"
version in ThisBuild := "0.13.0"

0 comments on commit c29a728

Please sign in to comment.