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

Storage: Fix documentation misleading response_type signed_url #8942

Conversation

HemangChothani
Copy link
Contributor

Fixes: #7696

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 6, 2019
@@ -321,7 +321,7 @@ def generate_signed_url_v2(

:type response_type: str
:param response_type: (Optional) Content type of responses to requests for
the signed URL. Ignored if content_type is set.
the signed URL. Ignored if content_type is set on object/blob metadata.
Copy link
Contributor

Choose a reason for hiding this comment

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

Please wrap to the next line here (and the other similar docstrings).

@@ -475,7 +475,7 @@ def list_blobs(
versions=versions,
projection=projection,
fields=fields,
client=self
client=self,
Copy link
Contributor

Choose a reason for hiding this comment

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

Please rebase against the head of master, which already has this change (and the others below) from PR #8831.

@MaxxleLLC MaxxleLLC force-pushed the fix/documentation_misleading_responsetype_signedurl branch from e0e059c to 68db71a Compare August 7, 2019 10:57
@tseaver tseaver merged commit 3d29c75 into googleapis:master Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Storage: generate_signed_url API documentation misleading for response_type/disposition
3 participants