Changelog

v1.1

This release adds caching of connections, so it should result in decreased response times when resources are fetched from S3.

Features:
  • #3: Cache S3 connection.
  • #6: Cache bucket connection.
Bugfixes:
  • #5: Fixed issue with connection failing when temporary credentials expired.

v1.0

Initial production ready release. The app is now being used successfully in a production environment, so we can deploy the first major version release. No code changes have actually been made since v0.1.1.

v0.1.1

Bugfixes:
  • #2: Fix wrong URL for determining the instance’s role name

v0.1

Initial release.