Skip to content

Commit cb9973e

Browse files
committed
Added Wasabi-TX as valid storage option. Corrected some lingering references to 90-day fixity checking interval to say it's now a 180-day interval.
1 parent 229adf4 commit cb9973e

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

docs/depositing/index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Storage-Option | This indicates how and where you want APTrust to store your bag
107107

108108
#### Allowed Storage-Option Values
109109

110-
* __Standard__: The bag's contents will be store in S3 in Northern Virginia and Glacier in Oregon. APTrust will perform fixity checks on the S3 files every 90 days.
110+
* __Standard__: The bag's contents will be store in S3 in Northern Virginia and Glacier in Oregon. APTrust will perform fixity checks on the S3 files every 180 days.
111111

112112
* __Glacier-OH__: Files will be stored ONLY in Glacier, in AWS's Ohio region, and will be encrypted during storage. APTrust will not perform any fixity checks on these files.
113113

@@ -121,17 +121,19 @@ Storage-Option | This indicates how and where you want APTrust to store your bag
121121

122122
* __Glacier-Deep-VA__: Files will be stored ONLY in Glacier Deep Archive, in AWS's Northern Virginia region, and will be encrypted during storage. APTrust will not perform any fixity checks on these files.
123123

124-
* __Wasabi-OR__: Files will be stored only in Wasabi's Oregon data center. These files will receive fixity checks every 90 days.
124+
* __Wasabi-OR__: Files will be stored only in Wasabi's Oregon data center. These files will receive fixity checks every 180 days.
125125

126-
* __Wasabi-VA__: Files will be stored only in Wasabi's Virginia data center. These files will receive fixity checks every 90 days.
126+
* __Wasabi-TX__: Files will be stored only in Wasabi's Texas data center. These files will receive fixity checks every 180 days.
127+
128+
* __Wasabi-VA__: Files will be stored only in Wasabi's Virginia data center. These files will receive fixity checks every 180 days.
127129

128130

129131
!!! warning "A note on storage options"
130132
When you update an existing bag, APTrust will apply Storage-Option of the original version to the new version, even if the new version's Storage-Option tag explicitly specifies something different. This is to prevent the proliferation of multiple different versions of an object across multiple storage areas. If you want to change the Storage-Option of an existing object, you must delete it and then re-ingest it with the new option.
131133

132134
#### Storage Options and Fixity Checks
133135

134-
As noted in the list of storage options above, we check fixity only on items in S3 and Wasabi storage, not on items in Glacier and Glacier Deep Archive. If you want APTrust to run regular fixity checks on your materials, choose the Standard, Wasabi-OR or Wasabi-VA storage options.
136+
As noted in the list of storage options above, we check fixity only on items in S3 and Wasabi storage, not on items in Glacier and Glacier Deep Archive. If you want APTrust to run regular fixity checks on your materials, choose the Standard, Wasabi-OR, Wasabi-TX or Wasabi-VA storage options.
135137

136138
#### Allowed Access Values
137139

docs/partner_tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ options:
382382
| stage__in | string | Specify this filter multiple times to retrieve items in any one of a number of stages. For example, to retrieve items in the Store, Unpack, or Validate stages, use `stage__in=Store stage__in=Unpack stage_in=Validate` |
383383
| status | string | Retrieve items having this status. Values include Cancelled, Failed, Pending, Started, Success, Suspended. |
384384
| status__in | string | Specify this filter multiple times to retrieve items having any of a number of statuses. For example, to retrieve items with Pending and Started status, use `status__in=Pending status__in=Started`. |
385-
| storage_option | string | Retrieve items pertaining to objects or files having the specified storage option. Available values : Glacier-Deep-OH, Glacier-Deep-OR, Glacier-Deep-VA, Glacier-OH, Glacier-OR, Glacier-VA, Standard, Wasabi-OR, Wasabi-VA |
385+
| storage_option | string | Retrieve items pertaining to objects or files having the specified storage option. Available values : Glacier-Deep-OH, Glacier-Deep-OR, Glacier-Deep-VA, Glacier-OH, Glacier-OR, Glacier-VA, Standard, Wasabi-OR, Wasabi-TX, Wasabi-VA |
386386
| user | string (email address) | Return work items initiated by the user with this email address. |
387387

388388
### WorkItem List Paging and Sort Options
@@ -551,7 +551,7 @@ List objects created after April 6, 2023
551551
| size__gteq | integer | Return objects whose size is at least this number of bytes. |
552552
| size__lteq | integer | Return objects whose size is no more than this number of bytes. |
553553
| state | string | Return objects with this state. A = Active, D = Deleted. Available values: A, D. |
554-
| storage_option | string | Return objects with the specified storage option. Available values: Glacier-Deep-OH, Glacier-Deep-OR, Glacier-Deep-VA, Glacier-OH, Glacier-OR, Glacier-VA, Standard, Wasabi-OR, Wasabi-VA. |
554+
| storage_option | string | Return objects with the specified storage option. Available values: Glacier-Deep-OH, Glacier-Deep-OR, Glacier-Deep-VA, Glacier-OH, Glacier-OR, Glacier-VA, Standard, Wasabi-OR, Wasabi-TX, Wasabi-VA. |
555555
| updated_at__gteq | date string 'yyyy-mm-dd' | Return objects updated on or after the given timestamp. |
556556
| updated_at__lteq | date string 'yyyy-mm-dd' | Return objects updated on or before the given timestamp. |
557557

@@ -700,7 +700,7 @@ List files created after April 6, 2023
700700
| size__gteq | integer | Return files whose size is at least this number of bytes. |
701701
| size__lteq | integer | Return files whose size is no more than this number of bytes. |
702702
| state | string | Return files with this state. A = Active, D = Deleted. Available values: A, D. |
703-
| storage_option | string | Return files with the specified storage option. Available values: Glacier-Deep-OH, Glacier-Deep-OR, Glacier-Deep-VA, Glacier-OH, Glacier-OR, Glacier-VA, Standard, Wasabi-OR, Wasabi-VA. |
703+
| storage_option | string | Return files with the specified storage option. Available values: Glacier-Deep-OH, Glacier-Deep-OR, Glacier-Deep-VA, Glacier-OH, Glacier-OR, Glacier-VA, Standard, Wasabi-OR, Wasabi-TX, Wasabi-VA. |
704704
| updated_at__gteq | date string 'yyyy-mm-dd' | Return files updated on or after the given timestamp. |
705705
| updated_at__lteq | date string 'yyyy-mm-dd' | Return files updated on or before the given timestamp. |
706706

docs/registry/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ APTrust records the following PREMIS events for the generic files that make up e
3636

3737
* __Replication__ - The file has been copied to replication storage. This applies only to files using the Stadard storage option, in which the primary copy exists in S3 in Northern Virginia and the secondard (replicated) copy is in Glacier in Oregon. See [storage options](../depositing/index.md#allowed-storage-option-values) for more information.
3838

39-
* __Fixity Check__ - This records the outcome of a fixity check on this file. APTrust perform fixity checks on items in Standard storage every 90 days, but does not perform fixity checks on items in Glacier-Only or Glacier Deep Archive storage. See [storage options](../depositing/index.md#allowed-storage-option-values) for more information. Also note that APTrust checks the sha256 fixity only, even though we also know the md5 fixity value.
39+
* __Fixity Check__ - This records the outcome of a fixity check on this file. APTrust perform fixity checks on items in Standard storage every 180 days, but does not perform fixity checks on items in Glacier-Only or Glacier Deep Archive storage. See [storage options](../depositing/index.md#allowed-storage-option-values) for more information. Also note that APTrust checks the sha256 fixity only, even though we also know the md5 fixity value.
4040

4141
* __Deletion__ - Records when a file was deleted and at whose request.

0 commit comments

Comments
 (0)