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
| template:new_field| string |**REQUIRED**. Describe the required field... |
24
-
| template:xyz|[XYZ Object](#xyz-object)| Describe the field... |
25
-
| template:another_one|\[number]| Describe the field... |
29
+
| Field Name | Type | Description |
30
+
| ----------- | ------ | ----------- |
31
+
| storage:platform| string | (REQUIRED) The [cloud provider](#providers) where data is stored |
32
+
| storage:manager| string | The entity in charge of managing the data. |
33
+
| 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) |
34
+
| storage:bucket| string | The bucket for the asset, used along with object path |
35
+
| storage:object_path| string | The object_path for the asset, used along with bucket |
36
+
| storage:requester_pays| bool | (REQUIRED) Is the data requester pays or is it data manager/cloud provider pays |
37
+
| storage:tier| string | The title for the tier type (as defined by PaaS provider) |
38
+
| storage:tier_duration| integer | Minimum storage duration (in days) required before additional fees |
39
+
| storage:date_stored| string | Date and time the corresponding asset placed into the current storage tier (relevant for tier_duration > 0). Format is RFC 3339. |
40
+
| storage:first_byte_latency| string | approximate time unit (milliseconds, minutes or hours) for accessing first byte of data |
26
41
27
42
### Additional Field Information
28
43
29
-
#### template:new_field
44
+
#### Providers
45
+
Currently this document is arranged to support object storage users of the following PaaS solutions:
30
46
31
-
This is a much more detailed description of the field `template:new_field`...
47
+
- Alibaba
48
+
- AWS
49
+
- Azure
50
+
- Google Cloud Platform
51
+
- IBM
52
+
- Oracle
32
53
33
-
###XYZ Object
54
+
#### Cloud Provider Storage Tiers
34
55
35
-
This is the introduction for the purpose and the content of the XYZ Object...
56
+
| Duration | Google Cloud | AWS | Azure | IBM | Oracle | Alibaba |
0 commit comments