Expand description
Object-key normalization and local-name safety.
S3 keys may contain characters that some local filesystems reject. Traversal and control-character checks always apply. Windows filename rules apply only when a key is being materialized onto a local filesystem that needs them.
Enums§
- Object
KeyPolicy - How a relative object key should be validated.
Functions§
- normalize_
relative_ key - Normalize a source-relative object key.
- relative_
local_ path_ from_ key - Strip
prefixfromkeyand return a relative local path.