Releases: luyadev/luya-aws
Releases · luyadev/luya-aws
1.7.0
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
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
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
1.4.0 (7. January 2020)
- #9 AssetManager which stores the asset files into the S3 bucket.
1.3.0
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
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
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
1.1.0 (18. June 2020)
- #5 Ensure Minio Server compatibility, therfore introduce
endpoint
and usePathStyleEndpoint
config option.
1.0.2
1.0.2 (28. May 2019)
- #2 Use s3 method to check whether a file exists or not.
1.0.1
1.0.1 (7. July 2018)
- #1 Store resolved file paths in variable in order to prevent multiple requests, this increases the speed.