From 65be5edd0d15aa26baf6230d8854ff1e67f997f2 Mon Sep 17 00:00:00 2001 From: Werner Beroux Date: Fri, 22 Jan 2016 21:17:14 +0100 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0772df3..4ee993e 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,17 @@ Features of this Docker image: **Set up**: - 1. [Sign up, create an empty project, enable billing, and create a *bucket*](https://cloud.google.com/storage/docs/getting-started-console) - 2. Under "Storage" section > "Interoperability" tab > click "Enable interoperable access" and then "Create a new key" button and note both *Access Key* and *Secret*. Also note your *Project Number* (aka project ID, it's a number like 1233457890). - 3. Run [gcloud's `gsutil config -a`](https://cloud.google.com/storage/docs/getting-started-gsutil) to generate the `~/.boto` configuration file and give it all these info (alternatively you should be able to set environment variable `GS_ACCESS_KEY_ID` and `GS_SECRET_ACCESS_KEY` however in my tries I didn't see where to set your project ID). + 1. [Sign up, create an empty project, enable billing, and create a *bucket*](https://cloud.google.com/storage/docs/getting-started-console) + 2. Under "Storage" section > "Interoperability" tab > click "Enable interoperable access" and then "Create a new key" button and note both *Access Key* and *Secret*. Also note your *Project Number* (aka project ID, it's a number like 1233457890). + 3. Run [gcloud's `gsutil config -a`](https://cloud.google.com/storage/docs/getting-started-gsutil) to generate the `~/.boto` configuration file and give it all these info (alternatively you should be able to set environment variable `GS_ACCESS_KEY_ID` and `GS_SECRET_ACCESS_KEY` however in my tries I didn't see where to set your project ID). + 4. You should now have a `~/.boto` looking like: -You should now have a `~/.boto` looking like: - - [Credentials] - gs_access_key_id = MYGOOGLEACCESSKEY - gs_secret_access_key = SomeVeryLongAccessKeyXXXXXXXX + [Credentials] + gs_access_key_id = MYGOOGLEACCESSKEY + gs_secret_access_key = SomeVeryLongAccessKeyXXXXXXXX - [GSUtil] - default_project_id = 1233457890 + [GSUtil] + default_project_id = 1233457890 Now you're ready to perform a **backup**: