mirror of
https://github.com/OpenMaxIO/openmaxio-object-browser
synced 2026-07-01 07:41:18 -07:00
feat: download multiple object selection as zip ignoring any deleted objects selected (#2965)
This commit is contained in:
committed by
GitHub
parent
d116a35a6d
commit
b968cc25ad
33
swagger.yml
33
swagger.yml
@@ -439,6 +439,39 @@ paths:
|
||||
tags:
|
||||
- Object
|
||||
|
||||
/buckets/{bucket_name}/objects/download-multiple:
|
||||
post:
|
||||
summary: Download Multiple Objects
|
||||
operationId: DownloadMultipleObjects
|
||||
security:
|
||||
- key: [ ]
|
||||
- anonymous: [ ]
|
||||
produces:
|
||||
- application/octet-stream
|
||||
parameters:
|
||||
- name: bucket_name
|
||||
in: path
|
||||
required: true
|
||||
type: string
|
||||
- name: objectList
|
||||
in: body
|
||||
required: true
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
responses:
|
||||
200:
|
||||
description: A successful response.
|
||||
schema:
|
||||
type: file
|
||||
default:
|
||||
description: Generic error response.
|
||||
schema:
|
||||
$ref: "#/definitions/error"
|
||||
tags:
|
||||
- Object
|
||||
|
||||
/buckets/{bucket_name}/objects/download:
|
||||
get:
|
||||
summary: Download Object
|
||||
|
||||
Reference in New Issue
Block a user