Skip to content

Conversation

xuemeigan
Copy link
Contributor

  • Add object-upload.yml file and link it to the object-store-api.yml

- Add object-upload.yml file and link it to the object-store-api.yml
summary: Upload a file to minio bucket
operationId: uploadFile
description: Upload a file to minio bucket
responses:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to define the bucket in the parameters

parameters:
        - name: bucket
          in: path
          description: bucket of the file
          required: true
          schema:
            type: string

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jkeyuk
Copy link
Contributor

Jkeyuk commented Dec 18, 2020

Just one small thing missing and we should be good

- Add bucket in parameter section
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants