Commit b268fde 1 parent 9bcea77 commit b268fde Copy full SHA for b268fde
File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
![ status: wip ] ( https://img.shields.io/badge/status-wip-orange.svg?style=flat-square )
4
4
5
+ ## Editors
6
+
5
7
- [ Irakli Gozalishvili] ( https://github.com/gozala )
8
+ - [ Vasco Santos] ( https://github.com/vasco-santos )
6
9
7
10
## Authors
8
11
9
12
- [ Irakli Gozalishvili] ( https://github.com/gozala )
13
+ - [ Vasco Santos] ( https://github.com/vasco-santos )
10
14
11
15
## Abstract
12
16
@@ -163,6 +167,7 @@ Shows an example receipt for the above `/space/content/add/blob` capability invo
163
167
" sub" : " did:key:zMh...der" , // <-- Ed299.. derived key from content multihash
164
168
" args" : {
165
169
" content" : { " /" : { " bytes" : " mEi...sfKg" } },
170
+ // TODO: this should now be updated
166
171
" address" : { " await/ok" : { " /" : " bafy...alloc" } },
167
172
" _allocate" : { " await/ok" : { " /" : " bafy...alloc" } }
168
173
},
@@ -386,9 +391,17 @@ The subject field SHOULD be [`did:key`] corresponding to the [Ed25519] private k
386
391
387
392
Metadata MUST contain ` keys ` field with an object value that contains [ ` did : key ` ] subject as key and corresponding private key as bytes as a value.
388
393
389
- ### Put Blob Address
394
+ ### Put Blob Body
395
+
396
+ The ` args .body ` field MUST be set to the Blob the space is allocated for.
397
+
398
+ ### Put Blob URL
399
+
400
+ The ` args .url ` field MUST be set to the HTTP(S) location that can receive blob content via HTTP PUT request.
401
+
402
+ ### Put Blob Headers
390
403
391
- Destination address ` url ` and required ` headers ` MUST be specified in the arguments .
404
+ The ` args . url ` field MUST be set to the HTTP(S) headers required to send blob content via HTTP PUT request .
392
405
393
406
### Put Blob Receipt
394
407
You can’t perform that action at this time.
0 commit comments