Support arbitrary artifact names in local file artifact staging service
Open
bug
core
P3
runners
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
The local-file based artifact staging service implementation stores artifacts in a flat directory under the exact names they are given by the artifact staging request. This assumes that all artifact names are safe file names and requires staging clients to manually escape names.
Instead, the staging service should perform its own escaping/mapping transparently and allow clients to specify arbitrary artifact staging names.
Imported from Jira [BEAM-4109](https://issues.apache.org/jira/browse/BEAM-4109). Original Jira may contain additional context.
Reported by: bsidhom.
Contributor guide
Assessment
This issue has not been assessed yet.