Skip to content

Releases: luyadev/luya-aws

1.7.0

03 Jul 09:19
Compare
Choose a tag to compare

1.7.0 (3. July 2024)

  • The acl parameter can now be set to null. This update addresses issues where certain storage systems would throw errors if an unsupported header value was provided.
  • Added: Introduced a new $readableProxyUrl property to improve the management and readability of proxy URLs.

1.6.0

12 Apr 12:34
Compare
Choose a tag to compare

1.6.0 (12. April 2023)

  • Removed Testing for PHP 7.0, 7.1, 7.2 and 7.3
  • Added PHP 8.2 Testing
  • Added Phpstan
  • Fixed bug with ACL when put Object
  • #18 Added PHP 8.1 Testing

New Contributors

Full Changelog: 1.5.0...1.6.0

1.5.0

27 Jul 11:03
Compare
Choose a tag to compare

1.5.0 (27. July 2021)

  • #15 Added new method to read files as stream in order to support LUYA admin 4.0

1.4.0

07 Jan 08:41
b184a81
Compare
Choose a tag to compare

1.4.0 (7. January 2020)

  • #9 AssetManager which stores the asset files into the S3 bucket.

1.3.0

01 Dec 14:32
13a695a
Compare
Choose a tag to compare

1.3.0 (1. December 2020)

  • #11 The upload object have a default max-age cache control header of 30 days, this can be turned of by setting maxAge=false.

1.2.1

19 Nov 09:41
0ebce54
Compare
Choose a tag to compare

1.2.1 (19. November 2020)

  • #10 Fix issue where content type was not provided correctly, also ensure the disposition is set correctly when uploading or updating and object.

1.2.0

27 Aug 17:44
2125bda
Compare
Choose a tag to compare

1.2.0 (27. August 2020)

  • #6 Add new option to update bucket policy, add command to update policy, add helper method with policies as JSON.

1.1.0

18 Jun 16:14
Compare
Choose a tag to compare

1.1.0 (18. June 2020)

  • #5 Ensure Minio Server compatibility, therfore introduce endpoint and usePathStyleEndpoint config option.

1.0.2

29 May 07:10
Compare
Choose a tag to compare

1.0.2 (28. May 2019)

  • #2 Use s3 method to check whether a file exists or not.

1.0.1

07 Jul 08:58
4993cfa
Compare
Choose a tag to compare

1.0.1 (7. July 2018)

  • #1 Store resolved file paths in variable in order to prevent multiple requests, this increases the speed.