influxdb/object_store
Marko Mikulicic 12b768b8f1 fix: Escape empty string PathPart
Empty directory names are silently ignored and can lead to very surprising effects
such as directory layouts missing a level. This makes it hard to reason about directory structures.

A sane object store path API should either disallow empty names or deal with them gracefully.

Since we already have to escape file/directory names using the minimum common denominator valid character
set for known cloud providers, it feels quite natural to treat this empty dir/file name problem as encoding problem.
2021-02-24 21:13:56 +00:00
..
src fix: Escape empty string PathPart 2021-02-24 21:13:56 +00:00
Cargo.toml fix: Upgrade to released version of cloud_storage 2021-02-22 13:01:06 -05:00