-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Maven "exec" config, allowing for multiple programs.
Also add a README.pm, explaining how to run programs.
- Loading branch information
Showing
2 changed files
with
31 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Google Cloud Storage (GCS) and the Google Java API Client library | ||
|
||
Google Cloud Storage Service features a REST-based API that allows developers to store and access arbitrarily-large objects. These sample Java applications demonstrate how to access the Google Cloud Storage JSON API using the Google Java API Client Libraries. For more information, read the [Google Cloud Storage JSON API Overview][1]. | ||
|
||
## Quickstart | ||
|
||
Install [Maven](http://maven.apache.org/). | ||
|
||
Build your project with: | ||
|
||
mvn package | ||
|
||
You can then run a given `ClassName` via: | ||
|
||
mvn exec:java -Dexec.mainClass=StorageSample \ | ||
-Dexec.args="ABucketName" | ||
|
||
## Products | ||
- [Google Cloud Storage][2] | ||
|
||
## Language | ||
- [Java][3] | ||
|
||
## Dependencies | ||
- [Google APIs Client Library for Java][4] | ||
|
||
[1]: https://cloud.google.com/storage/docs/json_api | ||
[2]: https://cloud.google.com/storage | ||
[3]: https://java.com | ||
[4]: http://code.google.com/p/google-api-java-client/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters