Skip to content

Commit 42c3e9c

Browse files
authored
Fix moto breakage (#739)
* Fix moto breakage * fix new or old * other way around
1 parent 2d7f469 commit 42c3e9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

s3fs/tests/test_s3fs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,6 @@ def test_append(s3):
13521352
ServerSideEncryption="AES256",
13531353
StorageClass="REDUCED_REDUNDANCY",
13541354
WebsiteRedirectLocation="https://www.example.com/",
1355-
BucketKeyEnabled=False,
13561355
)
13571356
with s3.open(a, "wb", **head) as f:
13581357
f.write(b"data")

0 commit comments

Comments
 (0)