Skip to content

Commit 0182dab

Browse files
Remove all storage snippets (#7822)
1 parent ff93117 commit 0182dab

73 files changed

Lines changed: 0 additions & 7584 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

google-cloud-examples/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,6 @@ To run examples from your command line:
111111
target/appassembler/bin/ResourceManagerExample get your-project-id
112112
```
113113
114-
* Here's an example run of `StorageExample`.
115-
116-
Before running the example, go to the [Google Developers Console][developers-console] to ensure that "Google Cloud Storage" and "Google Cloud Storage JSON API" are enabled and that you have a bucket. Also ensure that you have a test file (`test.txt` is chosen here) to upload to Cloud Storage stored locally on your machine.
117-
```
118-
target/appassembler/bin/StorageExample upload /path/to/test.txt <bucket_name>
119-
target/appassembler/bin/StorageExample list <bucket_name>
120-
target/appassembler/bin/StorageExample download <bucket_name> test.txt
121-
target/appassembler/bin/StorageExample delete <bucket_name> test.txt
122-
```
123-
124114
* Here's an example run of `Stat`, illustrating the use of google-cloud-nio.
125115
126116
Before running the example, go to the [Google Developers Console][developers-console] to ensure that Google Cloud Storage API is enabled and that you have a bucket with a file in it.

0 commit comments

Comments
 (0)