Skip to content

Commit

Permalink
feat: Update S3FileSystem to support readable proxy URLs and allow ac…
Browse files Browse the repository at this point in the history
…l 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.
  • Loading branch information
nadar committed Jul 3, 2024
1 parent 4024707 commit 7a3395d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ In order to read more about upgrading and BC breaks have a look at the [UPGRADE

## 1.7.0 (3. July 2024)

+ Allow the `acl` param to be null, since certain storage system throw an error if an unsupported header value is provided.
+ Added new `$readableProxyUrl` property.
+ 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. April 2023)

Expand Down

0 comments on commit 7a3395d

Please sign in to comment.