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
Turns out fiona is using 'wb+' file mode which does not seem to be supported by 'S3File' object.
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.
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: