Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
6.0.1
-
linux + python 3.8
Description
When using dataset.Dataset with S3FileSystem with compatible S3 object sotrage, get an FileNotFoundError.
My code:
scality = fs.S3FileSystem(access_key='accessKey1', secret_key='verySecretKey1', endpoint_override="http://localhost:8000", region="")
data = ds.dataset("dasynth/parquet/taxies/2019_june/", format="parquet", partitioning="hive", filesystem=scality)
Attachments
Issue Links
- links to