Skip to content

Commit

Permalink
Merge pull request #18 from stac-extensions/issue-17
Browse files Browse the repository at this point in the history
 Document suggested platform names #17
  • Loading branch information
m-mohr authored Dec 6, 2022
2 parents 4944d58 + 7ff3949 commit 32439fd
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,19 @@ to all assets (e.g., storage:platform=AWS if all assets are on AWS), then it sho
#### Providers
Currently this document is arranged to support object storage users of the following PaaS solutions:

- Alibaba
- AWS
- Azure
- Google Cloud Platform
- IBM
- Oracle
- Alibaba Cloud (Aliyun): `ALIBABA`
- Amazon AWS: `AWS`
- Microsoft Azure: `AZURE`
- Google Cloud Platform: `GCP`
- IBM Cloud: `IBM`
- Oracle Cloud: `ORACLE`
- All other PaaS solutions: `OTHER`

The upper-cased values are meant to be used for `storage:platform`.

#### Cloud Provider Storage Tiers

| 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) |
| 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) |
| ------------- | --------- | ------------------------ | ------- |---------- | ----------------- | ----------------- |
| 0 (Auto-Tier) | | Intelligent-Tiering | | Smart Tier |
| 0 days | STANDARD | Standard | hot | Standard | Standard | Standard |
Expand Down

0 comments on commit 32439fd

Please sign in to comment.