Bug Description
Unfortunately, our S3 implementation is dependent on another system, which means that there is a backslash in the access key. If you create an absolute URI for a path, this leads to problems because backslash is an illegal URI character.
Steps To Reproduce
- Initialize an S3 file system with a backslash in the access key, for example <ad\accesskey>
- Create an absolute path or URI for a path
Expected Behavior
Get an absolute path/URI
Question
Is the user info (<>@) in the URI even necessary?
Bug Description
Unfortunately, our S3 implementation is dependent on another system, which means that there is a backslash in the access key. If you create an absolute URI for a path, this leads to problems because backslash is an illegal URI character.
Steps To Reproduce
Expected Behavior
Get an absolute path/URI
Question
Is the user info (<>@) in the URI even necessary?