Skip to content

Commit

Permalink
Minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Oct 18, 2024
1 parent 1f7b7e2 commit f02f2db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed

- `storage:platform`, `storage:region`, `storage:requester_pays` and `storage:tier`
(moved to Storage Scheme Object, except for the tier)

## [v1.0.0] - 2021-06-23

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ The fields in the table below can be used in these parts of STAC documents:
- [x] Links
- [x] [Alternate Assets Object](https://github.com/stac-extensions/alternate-assets?tab=readme-ov-file#alternate-asset-object)

| Field Name | Type | Description |
| -------------- | ------- | ----------- |
| `storage:refs` | string | A property that specifies which schemes in `storage:schemes` may be used to access an Asset or Link. Each value must be one of the keys defined in `storage:schemes`. |
| Field Name | Type | Description |
| -------------- | ---------- | ----------- |
| `storage:refs` | \[string\] | A property that specifies which schemes in `storage:schemes` may be used to access an Asset or Link. Each value must be one of the keys defined in `storage:schemes`. |

### Storage Scheme Object

Expand Down Expand Up @@ -90,7 +90,7 @@ may change at any time without a new version of this extension being released.
The following providers have defined best pratices at this point:

- [AWS S3](platforms/aws-s3.md)
- [Generic S3 (non-AWS)](platforms/s3.md)
- [Generic S3 (non-AWS)](platforms/custom-s3.md)
- [Microsoft Azure](platforms/ms-azure.md)

Feel encouraged to submit additional platform specifications via Pull Requests.
Expand Down
2 changes: 1 addition & 1 deletion platforms/s3.md → platforms/custom-s3.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# S3 (non-AWS)
# Generic S3 (non-AWS)

This defines the S3 interface for providers other than AWS (e.g. minio-based).

Expand Down

0 comments on commit f02f2db

Please sign in to comment.