-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'S3File' object has no attribute 'forced' #925
Comments
Would you be willing to provide a PR to raise an appropriate exception for this case? Seeking and writing inplace for remote files is not generally possible, uploads are always essentially streamed. |
Yes. I will try to submit a PR in the coming weekend. Hopefully, I will be able to triag how |
indeed |
Closing this for now, doesn't seem like a
|
Getting the following error when trying to create and write to a file:
Related Original Issue: Toblerity/Fiona#1476 (comment)
EDIT
Turns out
fiona
is using 'wb+' file mode which does not seem to be supported by 'S3File' object.The text was updated successfully, but these errors were encountered: