Skip to content
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

Fix file upload so mkdir isn't called if protocol is S3 #75

Closed
lchen-2101 opened this issue Feb 27, 2024 · 0 comments · Fixed by #76
Closed

Fix file upload so mkdir isn't called if protocol is S3 #75

lchen-2101 opened this issue Feb 27, 2024 · 0 comments · Fixed by #76
Labels
bug Something isn't working

Comments

@lchen-2101
Copy link
Collaborator

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

@lchen-2101 lchen-2101 added the bug Something isn't working label Feb 27, 2024
jcadam14 pushed a commit that referenced this issue Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant