From 402470702e97e19fd5900fa495d9bc046b254799 Mon Sep 17 00:00:00 2001 From: Nadar Date: Wed, 3 Jul 2024 09:16:21 +0000 Subject: [PATCH] chore: Update S3FileSystem to support readable proxy URLs --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ef084a..2a5ea8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md). -## 1.7.0 +## 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.