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

Doc has incorrect description in RemoveObjects API #846

Merged
merged 1 commit into from Oct 14, 2017

Conversation

kannappanr
Copy link
Collaborator

Description for parameter objectsCh in the RemoveObjects API
is incorrect.

It is being changed from "Prefix of objects to be removed" to
"List of objects to be removed".

Fixes #845

docs/API.md Outdated
@@ -945,7 +945,7 @@ __Parameters__
|Param |Type |Description |
|:---|:---| :---|
|`bucketName` | _string_ |Name of the bucket |
|`objectsCh` | _chan string_ | Prefix of objects to be removed |
|`objectsCh` | _chan string_ | List of objects to be removed |

Copy link
Member

Choose a reason for hiding this comment

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

Channel of objects to removed would be more precise.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done.

Description for parameter objectsCh in the RemoveObjects API
is incorrect.

It is being changed from "Prefix of objects to be removed" to
"Channel of objects to be removed".

Fixes minio#845
@deekoder deekoder merged commit ecb4c85 into minio:master Oct 14, 2017
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.

API doc has incorrect description of a parameter for RemoveObjects
4 participants