You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ In order to read more about upgrading and BC breaks have a look at the [UPGRADE
5
5
6
6
## 1.7.0 (3. July 2024)
7
7
8
-
+Allow the `acl`param to be null, since certain storage system throw an error if an unsupported header value is provided.
9
-
+ Addednew `$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.
0 commit comments