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

Update gcloud.storage docs to use 'from gcloud import storage' #686

Closed
jgeewax opened this issue Mar 3, 2015 · 2 comments
Closed

Update gcloud.storage docs to use 'from gcloud import storage' #686

jgeewax opened this issue Mar 3, 2015 · 2 comments
Assignees
Labels
api: storage Issues related to the Cloud Storage API.

Comments

@jgeewax
Copy link
Contributor

jgeewax commented Mar 3, 2015

Looks like we use import gcloud.storage a lot in the storage docs (http://googlecloudplatform.github.io/gcloud-python/latest/storage-api.html).

I'd prefer if we kept it consistent with datastore, to use from gcloud import storage.

Thoughts?

@jgeewax jgeewax added docs api: storage Issues related to the Cloud Storage API. labels Mar 3, 2015
@jgeewax jgeewax added this to the Storage Stable milestone Mar 3, 2015
@dhermes
Copy link
Contributor

dhermes commented Mar 3, 2015

I do too. Much to be done still in docs storage (see #632)

@dhermes
Copy link
Contributor

dhermes commented Aug 28, 2015

Running

$ git grep 'import gcloud\.storage'

turns up nothing while

$ git grep 'from gcloud import storage' | wc
     10      51     562

@dhermes dhermes closed this as completed Aug 28, 2015
parthea pushed a commit that referenced this issue Oct 21, 2023
…686) (#160)

* fix: make parent_id fields required compute move and insert methods (#686)

Source-Link: googleapis/googleapis@02df998

Source-Link: googleapis/googleapis-gen@a3638a8
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTM2MzhhODY4ZGMzNGE1NzNjYzk5YThjZDBhYzc0YjgyZWJkYWJjNiJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API.
Projects
None yet
Development

No branches or pull requests

2 participants