It would be nice to have the mkdir method at least for the lowest level, the container because it seems container are not created on the fly when a mapper is used. If the container testtzis does not exist in the following account, the mapper runs into an error:
a=fsspec.get_mapper("swift://swift.dkrz.de/dkrz_4236b71e-04df-456b-8a32-5d66641510f2/testtzis/testcmip6")
a[".test"]=b"ho"
404, message='Not Found', url=URL('https://swift.dkrz.de/v1/dkrz_4236b71e-04df-456b-8a32-5d66641510f2/testtzis/testcmip6/.test')
Do you think that is possible?
It would be nice to have the
mkdirmethod at least for the lowest level, the container because it seems container are not created on the fly when a mapper is used. If the containertesttzisdoes not exist in the following account, the mapper runs into an error:Do you think that is possible?