-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3461d9
commit 5fe6888
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# New Manaifest Type | ||
|
||
```yaml | ||
authentication-method: | ||
id: | ||
default: # default: true; applies to all retrievals unless otherwise specified | ||
type: # default: none; none | basic | api-key | cognito | aws-enabled | ||
basic: | ||
user: | ||
password: | ||
batch-manifests: | ||
- url: # http:, https:, file:, s3: should be supported | ||
size: | ||
fixity: # is this applicable for a manifest | ||
algorithm: | ||
value: | ||
date: # why does Merritt care? | ||
containers: # Terry would really like to drop support for this | ||
- url: # http:, https:, file:, s3: should be supported | ||
size: | ||
fixity: # is this applicable for a manifest | ||
algorithm: | ||
value: | ||
date: # why does Merritt care? | ||
objects: | ||
- primary_id: | ||
local_id: | ||
erc_who: | ||
erc_what: | ||
erc_when: | ||
files: | ||
- url: # http:, https:, file:, s3: should be supported | ||
size: | ||
fixity: # is this applicable for a manifest | ||
algorithm: | ||
value: | ||
date: # why does Merritt care? | ||
``` |