-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Clean up a documentation for the storage blob module. #3376
Conversation
Many of the links were formatted incorrectly, etc.
@tseaver @lukesneeringer Can I get a review here? |
|
||
.. _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.
|
||
If the property is not set locally, returns ``None``. | ||
|
||
: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.
|
||
If the property is not set locally, returns ``None``. | ||
|
||
: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.
@tseaver I only did this for links which are used more than once. |
Many of the links were formatted incorrectly, etc.
NOTE: These changes were in #3375 but I've moved them here.