You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deftest_my_thing(s3fs_client):
# upload a file to the s3 bucket with boto3# then ls the bucket with the s3fs client, and the error should occurresults=s3fs_client.ls(f"{BUCKET}")
I would've expected to see the uploaded file in the results variable and not receive an error 👍
Versions installed:
moto - 4.2.3
boto3 - 1.28.17
botocore - 1.31.17
s3fs - 2023.9.0
All installed and ran via poetry.
Not sure if this is anything you guys would like to cover since it happens in the s3fs package, if that's the case feel free to close this issue, but figured I'd want to let you guys know!
The text was updated successfully, but these errors were encountered:
Reporting Bug
Hi there!
I'm getting a
'MockRawResponse' object has no attribute 'raw_headers'
error in my test using s3fs.stacktrace:
To reproduce
conftest.py
mytest_test.py
I would've expected to see the uploaded file in the results variable and not receive an error 👍
Versions installed:
All installed and ran via poetry.
Not sure if this is anything you guys would like to cover since it happens in the s3fs package, if that's the case feel free to close this issue, but figured I'd want to let you guys know!
The text was updated successfully, but these errors were encountered: