Skip to content

Commit

Permalink
S3PubObject was not used properly after #1807
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-intel committed Jun 3, 2024
1 parent 3947a0b commit 786bce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data/s3/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ def _files(blobs):
f.write(data)
yield S3PutObject(
key=key,
value=path,
path=path,
content_type=content_type,
metadata=metadata,
encryption=encryption,
Expand Down

0 comments on commit 786bce3

Please sign in to comment.