Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use Url::path_segments_mut to create container & blob URLs #1379

Merged

Conversation

demoray
Copy link
Contributor

@demoray demoray commented Sep 13, 2023

This moves away from using format, which causes blob names to not be URL encoded appropriately.

This should address #1350

This moves away from using `format`, which causes blob names to not be
URL encoded appropriately.

This should address Azure#1350
@demoray demoray linked an issue Sep 14, 2023 that may be closed by this pull request
@demoray demoray merged commit 1d78d6d into Azure:main Sep 18, 2023
16 checks passed
@demoray demoray deleted the use-path-join-rather-than-format-for-url-creation branch September 18, 2023 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Azure storage blobs: BlobClient::url does not URL-encode blob names
2 participants