Skip to content

Releases: elecena/amazon-s3-php-class

Backported the "filter out empty headers" fix + test using PHP 8.3

10 Sep 10:53
62a7b2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

Compatibility with PHP 8.2

14 Feb 10:52
1e0b917
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @ricci69 made their first contribution in #39 - thanks!

Full Changelog: v1.2.0...v1.3.0

Test using PHP 8.1 too + fix deprecation warning

14 Oct 15:35
57db403
Compare
Choose a tag to compare
  • http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated by @macbre in #34
  • Test the package using PHP 8.1 too by @macbre in #9

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

Code coverage and composer package optimised

26 Aug 14:31
6bc634b
Compare
Choose a tag to compare

Report the code coverage #4
Make the package a bit smaller - e4aced0

CI pipeline added

20 Aug 11:51
Compare
Choose a tag to compare

Testing:

  • S3::deleteObject
  • S3::getBucket
  • S3::getObjectInfo
  • S3::putObject
  • HTTP access to public objects

Changed the required PHPUnit to 9.x (hence this library now requires PHP 7.3+).

v0.6.0

01 Nov 15:16
b5bf76a
Compare
Choose a tag to compare
Update composer.json