kennknowles opened a new issue, #18745: URL: https://github.com/apache/beam/issues/18745
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
