Skip to content

Commit

Permalink
Doc has incorrect description in RemoveObjects API
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kannappanr committed Oct 12, 2017
1 parent 6e88185 commit 0a28704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |


__Return Values__
Expand Down

0 comments on commit 0a28704

Please sign in to comment.