exasol / bucketfs-python

BucketFS utilities for the Python programming language
https://exasol.github.io/bucketfs-python
MIT License
1 stars 1 forks source link

Investigate ambiguous paths in BucketFS #106

Open ckunki opened 4 months ago

ckunki commented 4 months ago

Java lib contains a test case for a path in BucketFS being a folder as well as a file at the same time.

See tests in bucketfs-java that should cover all possible situations.

See explanation in bucketfs-client User guide

Nicoretti commented 4 months ago

@ckunki I don't really get what this issue is supposed to address/investigate? Can you elaborate and/or refine the description?