Skip to content

Commit 5031ba9

Browse files
committed
remove storage:manager field, redundant with providers, resolves #5
1 parent 7e608c9 commit 5031ba9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ with a STAC Item. This extension does not cover NFS solutions provided by PaaS
2525
| storage:max_tier_duration | integer | number of days for the longest time tier restrictions on access of an asset. |
2626
| storage:archived | bool | descriptor for whether the data is "properly" archived according to implementers discretion |
2727
| storage:platform | string | (REQUIRED) The [cloud provider](#providers) where data is stored |
28-
| storage:manager | string | The entity in charge of managing the data. |
2928
| storage:region | string | (REQUIRED) The region where the data is stored. Relevant to speed of access and inter region egress costs (as defined by PaaS provider) |
3029
| storage:bucket | string | The bucket for the asset(s), used along with object path |
3130
| storage:object_path | string | The object_path for the asset, used along with bucket |

json-schema/schema.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@
109109
],
110110
"default": "OTHER"
111111
},
112-
"storage:manager": {
113-
"title": "Manager",
114-
"type": "string"
115-
},
116112
"storage:region": {
117113
"title": "Region",
118114
"type": "string"

0 commit comments

Comments
 (0)