Skip to content

0.5.0: Gzip support, IAM roles

Latest
Compare
Choose a tag to compare
@Shadowfiend Shadowfiend released this 04 Sep 19:35
· 8 commits to master since this release
0.5.0

With a big helping hand from @farmdawgnation, this release provides
two new pieces of functionality:

  • PR #28 makes the AWS credentials completely optional, and uses the
    AWS Java SDK so that IAM roles are properly supported when running
    a resource build.
  • PR #29 adds the property gzipResources, which, when set to true,
    gzips resources before sending them to S3 and marks the S3 object
    as having been gzipped so it's served as such.

Behind the scenes, things have been nicely refactored and some testing
around the core functionality is making an appearance.