You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,12 @@ with a STAC Item. This extension does not cover NFS solutions provided by PaaS
21
21
22
22
| Field Name | Type | Description |
23
23
| ----------- | ------ | ----------- |
24
-
| storage:min_tier_duration| integer | number of days for the shortest time tier restriction on access of an asset. |
25
-
| storage:max_tier_duration| integer | number of days for the longest time tier restrictions on access of an asset. |
26
-
| storage:archived| bool | descriptor for whether the data is "properly" archived according to implementers discretion |
27
24
| storage:platform| string | The [cloud provider](#providers) where data is stored |
28
25
| storage:region| string | The region where the data is stored. Relevant to speed of access and inter region egress costs (as defined by PaaS provider) |
29
26
| storage:bucket| string | The bucket for the asset(s), used along with object path |
30
27
| storage:object_path| string | The object_path for the asset, used along with bucket |
31
28
| storage:requester_pays| bool | Is the data requester pays or is it data manager/cloud provider pays. *Defaults to false*|
32
29
| storage:tier| string | The title for the tier type (as defined by PaaS provider) |
33
-
| storage:tier_duration| integer | Minimum storage duration (in days) required before additional fees |
34
30
| storage:first_byte_latency| string | approximate time unit (milliseconds, minutes or hours) for accessing first byte of data |
35
31
36
32
While these are all valid properties on an Item, they will typically be defined per-asset. If a field applies equally
0 commit comments