-
Notifications
You must be signed in to change notification settings - Fork 1.7k
public_url returning quoted_name with '/' #3809
Copy link
Copy link
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
i'm adding my files inside folders, so i give the blob name as
"UUID/file.ext", but when i request the public_url() i get the fullname as quoted example:".../MYBUCKET/UUID%2Ffile.ext"both
"%2F"and"/"in the link downloads the same file, but with different names