storage
This commit is contained in:
19
bruno/b2b-daniel/download-file.yml
Normal file
19
bruno/b2b-daniel/download-file.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
info:
|
||||
name: download-file
|
||||
type: http
|
||||
seq: 20
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: http://localhost:3000/api/v1/restricted/storage/download-file?path=/folder1/test.txt
|
||||
params:
|
||||
- name: path
|
||||
value: /folder1/test.txt
|
||||
type: query
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
19
bruno/b2b-daniel/list-content.yml
Normal file
19
bruno/b2b-daniel/list-content.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
info:
|
||||
name: list-content
|
||||
type: http
|
||||
seq: 19
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: http://localhost:3000/api/v1/restricted/storage/list-content?path=/folder1
|
||||
params:
|
||||
- name: path
|
||||
value: /folder1
|
||||
type: query
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user