File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -7,36 +7,27 @@ Google Cloud Storage Service features a REST-based API that allows developers to
771 . Install the [ Google Cloud SDK] ( https://cloud.google.com/sdk/ ) , including the [ gcloud tool] ( https://cloud.google.com/sdk/gcloud/ ) .
88
991 . Setup the gcloud tool.
10- ```
10+
1111 gcloud init
12- ```
1312
14131 . Clone this repo.
1514
16- ```
1715 git clone https://github.com/GoogleCloudPlatform/java-docs-samples.git
18- ```
1916
20171 . Install [ Maven] ( http://maven.apache.org/ ) .
2118
22191 . Build this project from this directory:
2320
24- ```
2521 mvn package
26- ```
2722
28231 . Run one of the sample apps by specifying its class name and a bucket name:
2924
30- ```
3125 mvn exec: java -Dexec.mainClass=StorageSample \
3226 -Dexec.args="ABucketName"
33- ```
3427
3528Note that if it's been a while, you may need to login with gcloud.
3629
37- ```
3830 gcloud auth login
39- ```
4031
4132## Products
4233- [ Google Cloud Storage] [ 2 ]
You can’t perform that action at this time.
0 commit comments