Skip to content

Commit

Permalink
Feature/issue 395 Indicate object in cold storage (#401)
Browse files Browse the repository at this point in the history
* Update AccessMethod.yaml to add storage type

* Update AccessMethod.yaml

Using a boolean value denoting immediate availability of file. Dispensing with hot and cold as that refers to storage and does not cover all cases

* Update field name to Available

---------

Co-authored-by: Brian O'Connor <[email protected]>
  • Loading branch information
suryasaha and briandoconnor authored Aug 12, 2024
1 parent 36145d3 commit 3ea77e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi/components/schemas/AccessMethod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ properties:
description: >-
Name of the region in the cloud service provider that the object belongs to.
example: us-east-1
available:
type: boolean
description: >-
Availablity of file in the cloud.
This label defines if this file is immediately accessible via DRS. Any delay or requirement of thawing mechanism if the file is in offline/archival storage is classified as 0 or unavailable.
example: true
authorizations:
allOf:
- $ref: './Authorizations.yaml'
Expand Down

0 comments on commit 3ea77e4

Please sign in to comment.