From 1e3b3bd0b2aac2bb4c04a2fe0d9bf8edf270468c Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Mon, 11 Jan 2021 23:53:52 -0600 Subject: [PATCH] Add Google Cloud Storage Google Cloud Storage (GCS) is the Google-equivalent of Amazon AWS S3. --- .../images/icons/google-cloud-storage.svg | 1 + src/technologies.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 src/drivers/webextension/images/icons/google-cloud-storage.svg diff --git a/src/drivers/webextension/images/icons/google-cloud-storage.svg b/src/drivers/webextension/images/icons/google-cloud-storage.svg new file mode 100644 index 000000000..1183be5e6 --- /dev/null +++ b/src/drivers/webextension/images/icons/google-cloud-storage.svg @@ -0,0 +1 @@ +Icon_24px_Color_CloudStorage \ No newline at end of file diff --git a/src/technologies.json b/src/technologies.json index 4e6ad82dc..fcfd60972 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -6826,6 +6826,18 @@ "icon": "google_cloud.svg", "website": "https://cloud.google.com" }, + "Google Cloud Storage": { + "cats": [ + 19 + ], + "description": "Google Cloud Storage allows world-wide storage and retrieval of any amount of data at any time.", + "headers": { + "x-goog-storage-class": "^\\w+$" + }, + "icon": "google-cloud-storage.svg", + "implies": "Google Cloud", + "website": "https://cloud.google.com/storage" + }, "Google Code Prettify": { "cats": [ 19