Skip to content

Commit

Permalink
Update presign-obj-by-token.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dloy authored Apr 16, 2020
1 parent d05e9be commit e027857
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions endopoints/storage/presign-obj-by-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
## URL Parameters

- timeout=:timeout
- assemble-node: node to use for object assembly (if other than default)
- this would allow Dryad to have a unique retention policy
- 7001 is our presumed default value

## Request Headers

Expand Down Expand Up @@ -72,3 +75,12 @@ Processing error (500)
message: 'error message'
}
```

Archive creation Processing error (500)
```
{
status: 500,
token: 'uuid',
message: 'error message'
}
```

0 comments on commit e027857

Please sign in to comment.