Skip to content

Releases: thumbor-community/aws

Fix description format on pypi

06 Jun 08:28
69a5c86
Compare
Choose a tag to compare
6.2.9

Fix description content type

Fix displayed version once installed

28 May 16:24
5b86a83
Compare
Choose a tag to compare

Fix issue when installing with readme

02 May 11:49
a4ed805
Compare
Choose a tag to compare
6.2.7

Fix missing readme on install

6.2.6

26 Apr 13:41
bb218f4
Compare
Choose a tag to compare
Fix CI for publishing

Fixing CI

26 Apr 12:10
bc72fe2
Compare
Choose a tag to compare
Merge pull request #115 from Bladrak/auto_publish

Automate package publish through CI

Automated deployment workflow

26 Apr 11:56
bc72fe2
Compare
Choose a tag to compare

This release is for the new automated deployment workflow, as well as integrates memory consumption improvements, thanks to https://github.com/kkopachev (PR: #112)

Overridable endpoint

20 Oct 14:37
Compare
Choose a tag to compare

Async loader / storages

14 Oct 14:32
Compare
Choose a tag to compare

This release implements tornado's async response. You may find more information in the changelog.

Fix result storage prefix issue

23 Sep 14:38
Compare
Choose a tag to compare

Fixes an issue where result storage applied the prefix twice

1.3.0

22 Sep 13:06
Compare
Choose a tag to compare
  • Support for presigning urls in a new loader: tc_aws.loaders.presigning_loader. @phoet
  • Store headers from context on the s3 object metadata. @guilhermef