Skip to content

Add a new example for using Customer-Supplied Encryption Keys. #137

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

Merged
merged 9 commits into from
Mar 24, 2016
Prev Previous commit
Next Next commit
Remove unnecessary ```s in the Markdown.
  • Loading branch information
BrandonY authored and tswast committed Mar 24, 2016
commit 2d08062c1cec5ff8ba0298055b385adf1731ddcd
11 changes: 1 addition & 10 deletions storage/json-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,27 @@ Google Cloud Storage Service features a REST-based API that allows developers to
1. Install the [Google Cloud SDK](https://cloud.google.com/sdk/), including the [gcloud tool](https://cloud.google.com/sdk/gcloud/).

1. Setup the gcloud tool.
```

gcloud init
```

1. Clone this repo.

```
git clone https://github.com/GoogleCloudPlatform/java-docs-samples.git
```

1. Install [Maven](http://maven.apache.org/).

1. Build this project from this directory:

```
mvn package
```

1. Run one of the sample apps by specifying its class name and a bucket name:

```
mvn exec:java -Dexec.mainClass=StorageSample \
-Dexec.args="ABucketName"
```

Note that if it's been a while, you may need to login with gcloud.

```
gcloud auth login
```

## Products
- [Google Cloud Storage][2]
Expand Down