Skip to content

Commit 7a605ce

Browse files
committed
update tier table and making examples consistent
1 parent 688739d commit 7a605ce

File tree

3 files changed

+16
-32
lines changed

3 files changed

+16
-32
lines changed

README.md

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -43,32 +43,16 @@ Currently this document is arranged to support object storage users of the follo
4343

4444
#### Cloud Provider Storage Tiers
4545

46-
| Duration | Google Cloud | AWS | Azure | IBM | Oracle | Alibaba |
47-
| ------------- | ------------- | --------------------- | ------------- |------------- | --------- | --------- |
48-
| 0 days | STANDARD | Standard | Hot Tier | Standard | Standard | Standard |
49-
| 30 days | NEARLINE | Standard-IA | Cool Tier | Vault | N/A | Infrequent Access |
50-
| 60 days | N/A | N/A | N/A | N/A | N/A | Archive |
51-
| 90 days | COLDLINE | Glacier | N/A | Cold Vault | Archive | N/A |
52-
| 180 days | N/A | Glacier Deep Archive | Archive Tier | N/A | N/A | Cold Archive |
53-
| 365 days | ARCHIVE | N/A | N/A | N/A | N/A | N/A |
46+
| Minimum Duration | [Google Cloud](https://cloud.google.com/storage/docs/storage-classes) | [AWS](https://aws.amazon.com/s3/storage-classes/) | [Azure](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers) | [IBM](https://cloud.ibm.com/objectstorage/create#pricing) | [Oracle](https://www.oracle.com/cloud/storage/pricing.html) | [Alibaba](https://www.alibabacloud.com/product/oss/pricing) |
47+
| ------------- | --------- | ------------------------ | ------- |---------- | ----------------- | ----------------- |
48+
| 0 (Auto-Tier) | | Intelligent-Tiering | | Smart Tier |
49+
| 0 days | STANDARD | Standard | hot | Standard | Standard | Standard |
50+
| 30 days | NEARLINE | Standard-IA, One Zone-IA | cool | Vault | Infrequent Access | Infrequent Access |
51+
| 60 days | | | | | | Archive |
52+
| 90 days | COLDLINE | Glacier | | Cold Vault | Archive | |
53+
| 180 days | | Glacier Deep Archive | archive | | | Cold Archive |
54+
| 365 days | ARCHIVE | | | | | |
5455

55-
References for the above table:
56-
57-
IBM: <https://cloud.ibm.com/objectstorage/create#pricing>
58-
59-
Google Cloud: <https://cloud.google.com/storage/docs/storage-classes>
60-
61-
Microsoft: <https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers>
62-
63-
AWS: <https://aws.amazon.com/s3/storage-classes/>
64-
65-
Oracle:
66-
- <https://www.oracle.com/cloud/storage/pricing.html>
67-
- <https://www.oracle.com/cloud/storage/archive-storage-faq.html>
68-
69-
Alibaba:
70-
- <https://www.alibabacloud.com/product/oss/pricing>
71-
- <https://www.alibabacloud.com/help/doc-detail/51374.htm>
7256

7357
## Contributing
7458

examples/item-naip.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"type": "image/vnd.stac.geotiff",
5252
"storage:platform": "AZURE",
5353
"storage:region": "westus2",
54-
"storage:tier": "Archive tier"
54+
"storage:tier": "archive"
5555
},
5656
"CO_GEOTIFF_GCP_RGB": {
5757
"href": "gs://naip-data/tx/2016/100cm/rgb/30097/m_3009743_sw_14_1_20160928.tif",
@@ -67,31 +67,31 @@
6767
"storage:platform": "AWS",
6868
"storage:region": "us-west-2",
6969
"storage:requester_pays": true,
70-
"storage:tier": "standard"
70+
"storage:tier": "Standard"
7171
},
7272
"CO_GEOTIFF_AZURE_RGB": {
7373
"href": "https://naipeuwest.blob.core.windows.net/naip/v002/tx/2016/tx_100cm_2016/30097/m_3009743_sw_14_1_20160928.tif",
7474
"type": "image/vnd.stac.geotiff; cloud-optimized=true",
7575
"storage:platform": "AZURE",
7676
"storage:region": "westeurope",
7777
"storage:requester_pays": false,
78-
"storage:tier": "hot tier"
78+
"storage:tier": "hot"
7979
},
8080
"CO_GEOTIFF_AZURE_RGB_DEPRECATED": {
8181
"href": "https://naipblobs.blob.core.windows.net/naip/v002/tx/2016/tx_100cm_2016/30097/m_3009743_sw_14_1_20160928.tif",
8282
"type": "image/vnd.stac.geotiff; cloud-optimized=true",
8383
"storage:platform": "AZURE",
8484
"storage:region": "eastus",
8585
"storage:requester_pays": false,
86-
"storage:tier": "hot tier"
86+
"storage:tier": "hot"
8787
},
8888
"THUMBNAIL_AZURE_DEPRECATED": {
8989
"href": "https://naipblobs.blob.core.windows.net/naip/v002/tx/2016/tx_100cm_2016/30097/m_3009743_sw_14_1_20160928.200.jpg",
9090
"type": "image/jpeg",
9191
"storage:platform": "AZURE",
9292
"storage:region": "eastus",
9393
"storage:requester_pays": false,
94-
"storage:tier": "hot tier"
94+
"storage:tier": "hot"
9595
}
9696
},
9797
"links": [

examples/item-nsl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
"storage:platform": "GCP",
5454
"storage:region": "us-central1",
5555
"storage:requester_pays": true,
56-
"storage:tier": "Standard"
56+
"storage:tier": "STANDARD"
5757
},
5858
"THUMBNAIL_RGB_GCP": {
5959
"href": "gs://swiftera-processed-data/20190822T162258Z_TRAVIS_COUNTY/Published/REGION_0/20190822T183518Z_746_POM1_ST2_P.png",
6060
"type": "image/png",
6161
"storage:platform": "GCP",
6262
"storage:region": "us-central1",
6363
"storage:requester_pays": true,
64-
"storage:tier": "Standard"
64+
"storage:tier": "STANDARD"
6565
},
6666
"GEOTIFF_RGB_AWS": {
6767
"href": "s3://nsl-data-archive/20190822T162258Z_TRAVIS_COUNTY/Published/REGION_0/20190822T183518Z_746_POM1_ST2_P.tif",

0 commit comments

Comments
 (0)