Skip to content

Commit 51bd8ac

Browse files
paulofariadiasMartinSchoeler
authored andcommitted
Edit Google Cloud Storage (RocketChat#1460)
1 parent 42256f4 commit 51bd8ac

File tree

1 file changed

+9
-9
lines changed
  • administrator-guides/file-upload/google-cloud-storage

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Google Cloud Storage
22

3-
More information on the fields required to set up Google Cloud Storage with Rocket.Chat using a service account.
3+
Here is more information on the fields required to set up your Google Cloud Storage with Rocket.Chat using a service account.
44

5-
You'll need to set the following fields:
5+
Set the following fields:
66

77
Config. Name | Description
88
------------ | -------------
9-
**Google Storage Bucket Name** | The bucket name you've created on Google Storage.
10-
**Google Storage Access Id** | The access ID (or username) of the service account which has access to your Cloud Storage bucket, usually in the format like: example-test@example.iam.gserviceaccount.com
11-
**Google Storage Secret** | What is a essentially a .pem containing your private key and certificate.
9+
**Google Storage Bucket Name** | The bucket name you created on Google Storage
10+
**Google Storage Access Id** | The access ID (or username) of the service account that has access to your Cloud Storage bucket, usually in the following format: example-test@example.iam.gserviceaccount.com
11+
**Google Storage Secret** | Essentially a PEM that contains your private key and certificate
1212

13-
## More information
13+
## More Information
1414

15-
**Google Storage Secret** - the value pushed here takes an argument of a .pem file to connect to your Cloud Storage bucket. When you create a service account, you will have the ability to download a .json file containing a number of variables. You'll need the unescaped private key, along with one of the certificates linked at the bottom of the .json.
15+
**Google Storage Secret**: the value pushed here takes an argument of a PEM file to connect to your Cloud Storage bucket. When you create a service account, you have the ability to download a JSON file that contains a number of variables. You need the unescaped private key, along with one of the certificates linked at the bottom of the JSON.
1616

17-
Syntax will look just like a regular .pem file:
17+
Syntax then looks just like a regular PEM file:
1818

1919
```
2020
-----BEGIN PRIVATE KEY-----
@@ -25,4 +25,4 @@ first certificate goes here
2525
-----END CERTIFICATE-----
2626
```
2727

28-
Entering this into Rocket.Chat will allow it to authenticate with Google and store items in the bucket.
28+
Enter this into Rocket.Chat to allow the authentication with Google and store items in the bucket.

0 commit comments

Comments
 (0)