Merge pull request #3708 from kyletaylored/feature/add-gcs

Add Google Cloud Storage
main
Elbert Alias 4 years ago committed by GitHub
commit 8bcd2ca02e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
<svg id="Product_Icons" data-name="Product Icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#aecbfa;}.cls-2{fill:#669df6;}.cls-3{fill:#4285f4;}.cls-4{fill:#fff;}</style></defs><title>Icon_24px_Color_CloudStorage</title><rect class="cls-1" x="2" y="4" width="20" height="7"/><rect class="cls-2" x="20" y="4" width="2" height="7"/><polygon class="cls-3" points="22 4 20 4 20 11 22 4"/><rect class="cls-2" x="2" y="4" width="2" height="7"/><rect class="cls-4" x="6" y="7" width="6" height="1"/><rect class="cls-4" x="15" y="6" width="3" height="3" rx="1.5"/><rect class="cls-1" x="2" y="13" width="20" height="7"/><rect class="cls-2" x="20" y="13" width="2" height="7"/><polygon class="cls-3" points="22 13 20 13 20 20 22 13"/><rect class="cls-2" x="2" y="13" width="2" height="7"/><rect class="cls-4" x="6" y="16" width="6" height="1"/><rect class="cls-4" x="15" y="15" width="3" height="3" rx="1.5"/></svg>

After

Width:  |  Height:  |  Size: 943 B

@ -6860,6 +6860,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