Skip to content

Commit 32439fd

Browse files
authored
Merge pull request #18 from stac-extensions/issue-17
Document suggested platform names #17
2 parents 4944d58 + 7ff3949 commit 32439fd

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,19 @@ to all assets (e.g., storage:platform=AWS if all assets are on AWS), then it sho
3434
#### Providers
3535
Currently this document is arranged to support object storage users of the following PaaS solutions:
3636

37-
- Alibaba
38-
- AWS
39-
- Azure
40-
- Google Cloud Platform
41-
- IBM
42-
- Oracle
37+
- Alibaba Cloud (Aliyun): `ALIBABA`
38+
- Amazon AWS: `AWS`
39+
- Microsoft Azure: `AZURE`
40+
- Google Cloud Platform: `GCP`
41+
- IBM Cloud: `IBM`
42+
- Oracle Cloud: `ORACLE`
43+
- All other PaaS solutions: `OTHER`
44+
45+
The upper-cased values are meant to be used for `storage:platform`.
4346

4447
#### Cloud Provider Storage Tiers
4548

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) |
49+
| Minimum Duration | [Google Cloud Platform](https://cloud.google.com/storage/docs/storage-classes) | [Amazon AWS](https://aws.amazon.com/s3/storage-classes/) | [Microsoft Azure](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers) | [IBM Cloud](https://cloud.ibm.com/objectstorage/create#pricing) | [Oracle Cloud](https://www.oracle.com/cloud/storage/pricing.html) | [Alibaba Cloud](https://www.alibabacloud.com/product/oss/pricing) |
4750
| ------------- | --------- | ------------------------ | ------- |---------- | ----------------- | ----------------- |
4851
| 0 (Auto-Tier) | | Intelligent-Tiering | | Smart Tier |
4952
| 0 days | STANDARD | Standard | hot | Standard | Standard | Standard |

0 commit comments

Comments
 (0)