We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Looks like we use import gcloud.storage a lot in the storage docs (http://googlecloudplatform.github.io/gcloud-python/latest/storage-api.html).
import gcloud.storage
I'd prefer if we kept it consistent with datastore, to use from gcloud import storage.
from gcloud import storage
Thoughts?
Looks like we use
import gcloud.storagea 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?