Open
Description
What happened:
Trying to create a directory in a bucket and it silently fails.
What you expected to happen:
Expect a key created in a bucket.
Minimal Complete Verifiable Example:
from s3fs import S3FileSystem
s3 = S3FileSystem(anon=False)
s3.makedirs('s3://my-bucket-name/testdir', exist_ok=False) #fails to create
s3.makedirs('my-bucket-name/testdir', exist_ok=False) #fails to create
How do I create a directory in a bucket? Am I doing something wrong or is it a bug? I see conversation in #245 and I was wondering if you could please help explain what the intended behavior is.
Anything else we need to know?:
s3fs version == 0.5.0
Relevant issue here: #245
Environment:
- Dask version:
- Python version: 3.7.7
- Operating System: Ubuntu Linux
- Install method (conda, pip, source): conda
Metadata
Metadata
Assignees
Labels
No labels