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

Align storage emulator with GCS #4008

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kenttregenza
Copy link

Description

Align storage emulator with GCS way of handling name. Simply this gets the name from either the query parameter or the metadata. In the process this patch tries to improve the multipart handling as the Python client puts quotes around the boundary value in the content type header. Fixes #3953

Scenarios Tested

Using Google Cloud Storage client for Python. Uploading a small file (that uses multipart) and a large file that simulates a resume able upload

Sample Commands

NA

@tonyjhuang
Copy link
Contributor

Hi @kenttregenza, as mentioned on #3953, could you please rebase off master and split this into two separate PRs, one of the name change and one for the multipart-related changes. Thanks!

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.

Storage Emulator does not match Google Cloud Storage library API
2 participants