Skip to content

Releases: craftcms/aws-s3

2.3.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 01:35
2.3.1
e870d72
  • Fixed a bug where CloudFront caches would not get invalidated when uploading an asset with an existing filename to a subfolder. (#195)

2.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Feb 00:58
2.3.0
874751a
  • The AWS S3 plugin now requires PHP 8.1.0 or later.
  • Really fixed a bug where you could get a “token has expired” message for in long-running S3 operations. (#182)

2.2.6

Choose a tag to compare

@github-actions github-actions released this 19 Feb 22:34
2.2.6
1457e48
  • Fixed a PHP error that could occur if a Subfolder path was set to a nonexistent environment variable. (#189)

2.2.5

Choose a tag to compare

@github-actions github-actions released this 18 Feb 01:50
2.2.5
d860ecd

2.2.4

Choose a tag to compare

@github-actions github-actions released this 15 Jan 01:16
2.2.4
fed1eff
  • Fixed a PHP error that could occur in some environments. (#183)

2.2.3

Choose a tag to compare

@github-actions github-actions released this 17 Jun 02:46
2.2.3
e7d6e36
  • Fixed a bug where assets on a Cloudfront distribution would not get invalidted if they were replaced by a file with the exact same name. (#186)

2.2.2

Choose a tag to compare

@github-actions github-actions released this 15 Apr 03:45
2.2.2
321967b
  • Fixed a bug where you could get a “token has expired” message for in long-running S3 operations. (#182)

2.2.1

Choose a tag to compare

@github-actions github-actions released this 23 Mar 01:33
2.2.1
a160e22
  • Fixed an error that occurred when auto-detecting images’ focal points in Craft 5, when the volume had a subpath. (#173)

2.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 13:27
2.2.0
dd1d643
  • Uploads will now include the x-amz-server-side-encryption: AES256 header for parity with S3 defaults. (#172, #174)

2.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 23:13
2.1.0
5cd5010
  • Added Craft 5 compatibility.