firebase-tools
firebase-tools copied to clipboard
Python Admin SDK Fixes
Description
Makes a few backwards compatible changes to support the Python Firebase Admin SDK.
- fix: support multipart upload boundaryId with quotes
- fix: support lower-case content type
- fix: add secondary path for deleting blob
- fix: add tertiary path for getting blob
Scenarios Tested
https://github.com/googleapis/python-storage/issues/752#issuecomment-1093368185
Sample Commands
Use @qhaas's test script to test the changes. https://github.com/googleapis/python-storage/issues/752#issue-1190969361
Relies on changes in https://github.com/googleapis/python-storage/pull/761 to work properly.