Allow arbitrary number of file uploads (#554)

Parameter definition for file upload on swagger.yaml was removed
since go-swagger doesn't support multiple upload of files. Implementation
was done instead on  user_objects.go file.

Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com>
This commit is contained in:
Cesar N
2021-01-15 17:46:07 -06:00
committed by GitHub
parent c787110e17
commit b5a3398a69
7 changed files with 220 additions and 200 deletions

View File

@@ -356,17 +356,12 @@ paths:
consumes:
- multipart/form-data
parameters:
- in: formData
name: upfile
type: file
required: true
- name: bucket_name
in: path
required: true
type: string
- name: prefix
in: query
required: true
type: string
responses:
200: