Skip to content

Commit f02f2db

Browse files
committed
Minor adjustments
1 parent 1f7b7e2 commit f02f2db

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
### Removed
3535

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

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ The fields in the table below can be used in these parts of STAC documents:
4545
- [x] Links
4646
- [x] [Alternate Assets Object](https://github.com/stac-extensions/alternate-assets?tab=readme-ov-file#alternate-asset-object)
4747

48-
| Field Name | Type | Description |
49-
| -------------- | ------- | ----------- |
50-
| `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`. |
48+
| Field Name | Type | Description |
49+
| -------------- | ---------- | ----------- |
50+
| `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`. |
5151

5252
### Storage Scheme Object
5353

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

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

9696
Feel encouraged to submit additional platform specifications via Pull Requests.

platforms/s3.md renamed to platforms/custom-s3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# S3 (non-AWS)
1+
# Generic S3 (non-AWS)
22

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

0 commit comments

Comments
 (0)