Andreas Poehlmann
Andreas Poehlmann
I wouldn't call it a problem. There's something stored under that key in the bucket. We should just define / document behavior of upath in cases like these.
Could you create a PR with a test case in the upath S3 tests that reproduces the issue? That would be super helpful for finding a solution
might be relevant: https://medium.com/cyberark-engineering/the-strange-case-of-amazon-s3-bucket-folders-c8d113a8dd01
Hi @rahuliyer95, Thanks for opening the issue for discussion! After initial work on moving universal-pathlib to `pathlib_abc.PathBase` I think it makes sense to expose `WrappedFileSystemFlavour` as `FSSpecParser` exactly for use...
@dependabot rebase
Hi @petrus-v Thank you for opening the issue. This is very much in scope for universal_pathlib. There is an open PR #225 that I still need to verify and merge,...
Now supported via `.move` and/or `.move_into`.
Hi @Koncopd, Thanks for opening the issue ❤ It's possible to do what you want by subclassing `S3FileSystem` and `S3Path` and registering both in your code. I'll provide a code...
Here's an example how this could be implemented. Serializing the endpoint_url as a query_parameter didn't need subclassing S3FileSystem. That might be needed if you want to add the endpoint_url to...
Thanks Norman!