Clean up a documentation for the storage blob module.#3376
Merged
Conversation
Many of the links were formatted incorrectly, etc.
Contributor
Author
|
@tseaver @lukesneeringer Can I get a review here? |
tseaver
reviewed
May 9, 2017
|
|
||
| .. _object versioning: https://cloud.google.com/storage/\ | ||
| docs/object-versioning | ||
| .. _lifecycle: https://cloud.google.com/storage/docs/lifecycle |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
||
| :rtype: str or ``NoneType`` | ||
|
|
||
| .. _RFC 7234: https://tools.ietf.org/html/rfc7234#section-5.2 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
||
| :rtype: str or ``NoneType`` | ||
|
|
||
| .. _RFC 6266: https://tools.ietf.org/html/rfc7234#section-5.2 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
||
| :rtype: str or ``NoneType`` | ||
|
|
||
| .. _RFC 7231: https://tools.ietf.org/html/rfc7231#section-3.1.2.2 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
||
| :rtype: str or ``NoneType`` | ||
|
|
||
| .. _BCP47: https://tools.ietf.org/html/bcp47 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
||
| :rtype: str or ``NoneType`` | ||
|
|
||
| .. _RFC 2616: https://tools.ietf.org/html/rfc2616#section-14.17 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
||
| :rtype: str or ``NoneType`` | ||
|
|
||
| .. _RFC 4960: https://tools.ietf.org/html/rfc4960#appendix-B |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| :rtype: str or ``NoneType`` | ||
| :returns: The blob etag or ``None`` if the property is not set locally. | ||
|
|
||
| .. _RFC 2616 (etags): https://tools.ietf.org/html/rfc2616#section-3.11 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
||
| :rtype: str or ``NoneType`` | ||
|
|
||
| .. _RFC 1321: https://tools.ietf.org/html/rfc1321 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Contributor
Author
@tseaver I only did this for links which are used more than once. |
tseaver
approved these changes
May 15, 2017
lukesneeringer
approved these changes
May 16, 2017
This was referenced Jun 26, 2017
parthea
pushed a commit
that referenced
this pull request
Mar 9, 2026
Many of the links were formatted incorrectly, etc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Many of the links were formatted incorrectly, etc.
NOTE: These changes were in #3375 but I've moved them here.