Uh oh!
There was an error while loading. Please reload this page.
Update Google Cloud Storage bucket classes. - #2571
Conversation
refresh 10/20
googlebot
commented
Oct 19, 2016
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
y33zhang
commented
Oct 19, 2016
I work at google (yyzhang@google.com). please grant me cla. thanks |
googlebot
commented
Oct 19, 2016
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
theacodes
commented
Oct 19, 2016
@y33zhang for CLA bot to recognize you, you need to register your github username at go/github and use your @google.com address to author your commits. |
y33zhang
commented
Oct 19, 2016
ahh, noob github user here ;). Is there a way to retroactively set my google.com address on previous commits? |
daspecster
commented
Oct 19, 2016
@y33zhang, yeah you can |
y33zhang
commented
Oct 19, 2016
@daspecster thanks a lot, just amended the commit email address. Is there anything else I need to do to get past the cla check? |
| self.assertEqual(bucket.storage_class, 'NEARLINE') | ||
| self.assertTrue('storageClass' in bucket._changes) | ||
| def test_storage_class_setter_COLDINE(self): |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
dhermes
commented
Oct 19, 2016
Well that was easy! LGTM modulo the misspelling. We can merge over the CLA-bot issue. |
daspecster
commented
Oct 19, 2016
I couldn't find those new types in the API docs? |
fix spelling
y33zhang
commented
Oct 19, 2016
@daspecster - those are getting updated later today |
y33zhang
commented
Oct 19, 2016
@dhermes - still can't get cla check to pass. can you help merge over the cla issue? thanks! |
y33zhang
commented
Oct 21, 2016
@dhermes - can you help provide an ETA on when the docs will be refreshed/updated on the live site? Thanks! |
dhermes
commented
Oct 21, 2016
https://googlecloudplatform.github.io/google-cloud-python/latest/storage-buckets.html#google.cloud.storage.bucket.Bucket.storage_class You just made me realize that readthedocs.org is not picking up the correct version (probably due to dependency caching). When I fix that the RTD docs will also be updated at: http://google-cloud-python.readthedocs.io/en/latest/storage-buckets.html Just because the docs are updated doesn't mean the |
Update Google Cloud Storage bucket classes.
Update Google Cloud Storage bucket classes.
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
product refresh