Skip to content

Commit

Permalink
Fix moto breakage (#739)
Browse files Browse the repository at this point in the history
* Fix moto breakage

* fix new or old

* other way around
  • Loading branch information
martindurant committed May 25, 2023
1 parent 2d7f469 commit 42c3e9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion s3fs/tests/test_s3fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,6 @@ def test_append(s3):
ServerSideEncryption="AES256",
StorageClass="REDUCED_REDUNDANCY",
WebsiteRedirectLocation="https://www.example.com/",
BucketKeyEnabled=False,
)
with s3.open(a, "wb", **head) as f:
f.write(b"data")
Expand Down

0 comments on commit 42c3e9c

Please sign in to comment.