Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady authored Sep 25, 2024
1 parent b3461d9 commit 5fe6888
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions design/new-manifest/README.md
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?
```

0 comments on commit 5fe6888

Please sign in to comment.