From e0278578862bfb32749c5f475a8fc7da0aa0b4a6 Mon Sep 17 00:00:00 2001 From: dloy Date: Thu, 16 Apr 2020 09:08:22 -0700 Subject: [PATCH] Update presign-obj-by-token.md --- endopoints/storage/presign-obj-by-token.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/endopoints/storage/presign-obj-by-token.md b/endopoints/storage/presign-obj-by-token.md index fd39b78..5d12842 100644 --- a/endopoints/storage/presign-obj-by-token.md +++ b/endopoints/storage/presign-obj-by-token.md @@ -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 @@ -72,3 +75,12 @@ Processing error (500) message: 'error message' } ``` + +Archive creation Processing error (500) +``` +{ + status: 500, + token: 'uuid', + message: 'error message' +} +```