S3: Fix encoding when generating public urls of S3 objects.
This code feels worryingly stringily typed, but using URI does not help because the uriPath still has to be constructed with the right uri-encoding.
This commit is contained in:
parent
83fc72653b
commit
708fc6567f
3 changed files with 17 additions and 6 deletions
|
@ -17,3 +17,5 @@ frustratingly vague.
|
|||
|
||||
Experimentally, even url-encoding alphanumerics works in these urls.
|
||||
So it would be ok to use a standard URI encoder.
|
||||
|
||||
> [[fixed|done]] --[[Joey]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue