Skip to content

Commit 797ba4b

Browse files
committed
Merge pull request #30 from GoogleCloudPlatform/storage
'cloud-storage' -> 'storage'
2 parents da52291 + e8401f4 commit 797ba4b

File tree

31 files changed

+11
-11
lines changed

31 files changed

+11
-11
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
<module>taskqueue/deferred</module>
2525
<module>unittests</module>
2626
<module>bigquery</module>
27-
<module>cloud-storage/xml-api/cmdline-sample</module>
28-
<module>cloud-storage/xml-api/serviceaccount-appengine-sample</module>
29-
<module>cloud-storage/storage-transfer</module>
27+
<module>storage/xml-api/cmdline-sample</module>
28+
<module>storage/xml-api/serviceaccount-appengine-sample</module>
29+
<module>storage/storage-transfer</module>
3030
<module>monitoring</module>
3131
</modules>
3232

File renamed without changes.

cloud-storage/xml-api/README.md renamed to storage/xml-api/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
java-docs-samples/cloud-storage XML API Examples
1+
java-docs-samples/storage XML API Examples
22
===================================
33

44
Samples used in Google Cloud Storage documentation (https://developers.google.com/storage/docs/xml-api-java-samples).

cloud-storage/xml-api/cmdline-sample/README.md renamed to storage/xml-api/cmdline-sample/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Using the Command Line Sample
66
Browse Online
77
--------------
88

9-
The main file is [StorageSample.java](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/cloud-storage/xml-api/cmdline-sample/src/main/java/StorageSample.java).
9+
The main file is [StorageSample.java](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/storage/xml-api/cmdline-sample/src/main/java/StorageSample.java).
1010

1111

1212
Setup
@@ -31,7 +31,7 @@ Command-line Instructions
3131
* You may need to set your `JAVA_HOME`.
3232

3333
```bash
34-
cd java-docs-samples/cloud-storage/xml-api/cmdline-sample
34+
cd java-docs-samples/storage/xml-api/cmdline-sample
3535
# Compile and run
3636
mvn compile install
3737
mvn -q exec:java -Dexec.args="your-bucket-name"
@@ -55,7 +55,7 @@ Eclipse Instructions
5555
* check on "Download Artifact Sources"
5656
* check on "Download Artifact JavaDoc"
5757

58-
* Create a new project using `cloud-storage/xml-api/cmdline-sample`
58+
* Create a new project using `storage/xml-api/cmdline-sample`
5959

6060
* Create a new Java Project.
6161
* Choose the **Location** of the project to be the location of `cmdline-sample`

cloud-storage/xml-api/serviceaccount-appengine-sample/README.md renamed to storage/xml-api/serviceaccount-appengine-sample/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Using the Service Account App Engine Sample
44
Browse Online
55
-------------
66

7-
The main code file is [StorageSample.java](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/cloud-storage/xml-api/serviceaccount-appengine-sample/src/main/java/StorageServiceAccountSample.java).
7+
The main code file is [StorageSample.java](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/storage/xml-api/serviceaccount-appengine-sample/src/main/java/StorageServiceAccountSample.java).
88

99
Add Your App Engine Service Account Name to the Project Team
1010
------------------------------------------------------------
@@ -22,10 +22,10 @@ https://help.github.com/articles/set-up-git).
2222

2323
cd [someDirectory]
2424
git clone https://github.com/GoogleCloudPlatform/java-docs-samples.git
25-
cd java-docs-samples/cloud-storage/xml-api/serviceaccount-appengine-sample
25+
cd java-docs-samples/storage/xml-api/serviceaccount-appengine-sample
2626
mvn clean package
2727

28-
To enable logging of HTTP requests and responses (highly recommended when
28+
To enable logging of HTTP requests and responses (highly recommended when
2929
developing), please take a look at logging.properties.
3030

3131
Running and Deploying Your Application from the Command Line
@@ -45,7 +45,7 @@ If this is the first time you are deploying your application to appspot.com, you
4545
If you've done the above, you can deploy at any time:
4646

4747
mvn appengine:update
48-
48+
4949
If this is the first time you have run "update" on the project, a browser window will open prompting you to log in. Log in with the same Google account the app is registered with.
5050

5151
Set Up a Project in Eclipse

0 commit comments

Comments
 (0)