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

Fix url encoding issue for multipart uploads #139

Merged
merged 1 commit into from Feb 6, 2021

Conversation

jomatt
Copy link
Contributor

@jomatt jomatt commented Feb 6, 2021

This fixes an issue when using multipart uploading. Currently, the multipart upload fails when using an object_name as part of the object_metadata which contains a slash. The issue is related to the encoding of the object_name.

According to the official Google Cloud Storage documentation, special characters (e.g. a slash) in the object_name don't need to be encoded.

@MarkEdmondson1234
Copy link
Collaborator

Great thanks!

@MarkEdmondson1234 MarkEdmondson1234 merged commit cdf8d9c into cloudyr:master Feb 6, 2021
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.

None yet

2 participants