File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ You can install the library quickly with ``pip``::
2222 $ pip install gcloud
2323
2424Run the
25- `example script <https://github.com/jgeewax /gcloud/blob/master/gcloud/datastore/demo.py >`_
25+ `example script <https://github.com/GoogleCloudPlatform /gcloud-python /blob/master/gcloud/datastore/demo /demo.py >`_
2626included in the package::
2727
2828 $ python -m gcloud.datastore.demo
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Enabling the API
2020----------------
2121
2222Now that you created a project,
23- you need to **turn on ** the Cloud Datastore API.
23+ you need to **turn on ** the Google Cloud Storage API.
2424This is sort of like telling Google
2525which services you intend to use for this project.
2626
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ You can install the library quickly with ``pip``::
1212 $ pip install gcloud
1313
1414Run the
15- `example script <https://github.com/jgeewax /gcloud/blob/master/gcloud/storage/demo.py >`_
15+ `example script <https://github.com/GoogleCloudPlatform /gcloud-python /blob/master/gcloud/storage/demo /demo.py >`_
1616included in the package::
1717
1818 $ python -m gcloud.storage.demo
@@ -50,6 +50,7 @@ you can create buckets and keys::
5050 'this is test content!'
5151 >>> print bucket.get_all_keys()
5252 [<Key: my-new-bucket, my-test-file.txt>]
53+ >>> key.delete()
5354 >>> bucket.delete()
5455
5556.. note ::
You can’t perform that action at this time.
0 commit comments