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
When mkdir is called, the fsspec calls the CreateBucket operation to s3, which isn't permitted / needed. Just need to do open since it's just a PutObject with key
The text was updated successfully, but these errors were encountered:
When mkdir is called, the fsspec calls the CreateBucket operation to s3, which isn't permitted / needed. Just need to do open since it's just a PutObject with key
The text was updated successfully, but these errors were encountered: