2018-02-24 14:13:49 -05:00
|
|
|
## Google Cloud Tutorial Project
|
|
|
|
|
|
|
|
### Relevant Article:
|
2018-04-11 01:33:18 -04:00
|
|
|
- [Intro to Google Cloud Storage With Java](http://www.baeldung.com/java-google-cloud-storage)
|
2018-02-24 14:13:49 -05:00
|
|
|
|
|
|
|
### Overview
|
|
|
|
This Maven project contains the Java code for the article linked above.
|
|
|
|
|
|
|
|
### Package Organization
|
|
|
|
Java classes for the intro tutorial are in the org.baeldung.google.cloud package. Please note that Google Cloud requires
|
|
|
|
a user account and credentials, as explained in the tutorial.
|
|
|
|
|
|
|
|
|
|
|
|
### Running the tests
|
|
|
|
|
|
|
|
```
|