Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

feat(storage): add conformance tests for virtual hosted style signed URLs - #83

Merged
frankyn merged 4 commits into
googleapis:masterfrom
MaxxleLLC:storage-issue-10
Mar 12, 2020
Merged

feat(storage): add conformance tests for virtual hosted style signed URLs#83
frankyn merged 4 commits into
googleapis:masterfrom
MaxxleLLC:storage-issue-10

Conversation

@HemangChothani

Copy link
Copy Markdown
Contributor

Fixes#10

@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 11, 2020

@frankynfrankyn left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @HemangChothani, overall LGTM. One nit on conformance tests.

"urlStyle": "VIRTUAL_HOSTED_STYLE"
},

{

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep consistency with https://github.com/googleapis/conformance-tests/blob/master/storage/v1/v4_signatures.json#L232-L244

I don't want to create inconsistencies between main conformance tests and language specific replicas.

{
"description": "Virtual Hosted Style",
"bucket": "test-bucket",
"object": "",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this test with empty object. It does not match any in the existing conformance tests.

@frankynfrankyn changed the title feat(storage): add conformance testsfeat(storage): add conformance tests for virtual hosted style signed URLsMar 12, 2020
@frankyn
frankyn merged commit 5adc8b0 into googleapis:masterMar 12, 2020
cojenco pushed a commit to cojenco/python-storage that referenced this pull request Oct 13, 2021
…URLs (googleapis#83)
* feat(storage): add conformance tests
* feat(storage): cover fix
* feat(storage): nit
* feat(storage): remove unnecessary test
cojenco pushed a commit to cojenco/python-storage that referenced this pull request Oct 13, 2021
…URLs (googleapis#83)
* feat(storage): add conformance tests
* feat(storage): cover fix
* feat(storage): nit
* feat(storage): remove unnecessary test
@release-pleaserelease-pleaseBot mentioned this pull request Jan 12, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Storage] V4 Signature Support for virtual hosted-style signed

3 participants

@HemangChothani@frankyn@googlebot