Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cloudproviders/googlestorage [2019_03_18 21:18] – [Note!] stevencloudproviders/googlestorage [2019_04_24 11:22] dan
Line 1: Line 1:
-  
- 
-  
- 
 ====== Adding a Google Cloud Storage Provider ====== ====== Adding a Google Cloud Storage Provider ======
 +##### Last updated on April 24, 2019.
  
 Storage Made Easy can work with the Google Cloud Storage service by simply adding Google Storage as a Cloud Provider. Storage Made Easy can work with the Google Cloud Storage service by simply adding Google Storage as a Cloud Provider.
Line 24: Line 21:
  
  
-===== Step 3: Finding your Google Storage keys ===== +===== Step 3: Creating Google Storage keys =====
- +
- +
  
 To generate a key: To generate a key:
   - Open the [[https://console.cloud.google.com/projectselector/storage/settings|Cloud Storage Settings]] page in the [[https://console.cloud.google.com/|Google Cloud Platform Console]].   - Open the [[https://console.cloud.google.com/projectselector/storage/settings|Cloud Storage Settings]] page in the [[https://console.cloud.google.com/|Google Cloud Platform Console]].
 +  - Select or Create a project if needed.
   - Select "Interoperability".   - Select "Interoperability".
   - If you have not set up interoperability before, click "Enable interoperability access".   - If you have not set up interoperability before, click "Enable interoperability access".
   - Click "Create a new key".   - Click "Create a new key".
 +
 +{{ :googlecloud-gettingstarted:storageaccesskeys.png?600 |}}
 +
 +Enter the Access Key and Secret in the account info page.
 +
 +{{ :googlecloud-gettingstarted:add-google-storage-provider.png |}}
 +
 +Click Continue.
 +
  
  
Line 75: Line 80:
  * storage.objects.get  * storage.objects.get
  * storage.objects.list  * storage.objects.list
 +
 +===== Rate Limiting =====
 +
 +Google Storage may limit the rate at which it processes requests.  This page: [[throttledcloudproviders|File Fabric Handling of Rate-Limiting Storage Providers]] explains how the File Fabric responds to rate limiting.
  
 ===== Note! ===== ===== Note! =====