This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 15e1d95ac03d0ade35f48203d031a32e46241859 Author: Veith Röthlingshöfer <[email protected]> AuthorDate: Thu May 5 15:32:25 2022 +0200 Formatting --- libcloud/storage/drivers/s3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libcloud/storage/drivers/s3.py b/libcloud/storage/drivers/s3.py index 9973bdbd1..50fdc20d5 100644 --- a/libcloud/storage/drivers/s3.py +++ b/libcloud/storage/drivers/s3.py @@ -1196,6 +1196,7 @@ class BaseS3StorageDriver(StorageDriver): extra = {"content_type": headers["content-type"]} if "etag" in headers: extra["etag"] = headers["etag"] + meta_data = {} if "content-encoding" in headers:
