Skip to content

Commit 7a3395d

Browse files
committed
feat: Update S3FileSystem to support readable proxy URLs and allow acl to be null
This commit introduces updates to the S3FileSystem to support readable proxy URLs and allows the acl parameter to be set to null. This change addresses issues where certain storage systems would throw errors if an unsupported header value was provided. Additionally, a new `$readableProxyUrl` property has been added to improve the management and readability of proxy URLs.
1 parent 4024707 commit 7a3395d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ In order to read more about upgrading and BC breaks have a look at the [UPGRADE
55

66
## 1.7.0 (3. July 2024)
77

8-
+ Allow the `acl` param to be null, since certain storage system throw an error if an unsupported header value is provided.
9-
+ Added new `$readableProxyUrl` property.
8+
+ 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.
9+
+ **Added**: Introduced a new `$readableProxyUrl` property to improve the management and readability of proxy URLs.
1010

1111
## 1.6.0 (12. April 2023)
1212

0 commit comments

Comments
 (0)