Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support 21095 Create OpenAPI 3 file for ObjectUpload #75

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

xuemeigan
Copy link
Collaborator

  • 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
Collaborator 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