Skip to content

Commit

Permalink
MinioAdminClient: update policyName docstring of setPolicy()
Browse files Browse the repository at this point in the history
Signed-off-by: Bala.FA <[email protected]>
  • Loading branch information
balamurugana committed Sep 18, 2023
1 parent 7ca9500 commit de222ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ public void addCannedPolicy(@Nonnull String name, @Nonnull String policy)
*
* @param userOrGroupName User/Group name.
* @param isGroup Flag to denote userOrGroupName is a group name.
* @param policyName Policy name.
* @param policyName Policy name or comma separated policy names.
* @throws NoSuchAlgorithmException thrown to indicate missing of MD5 or SHA-256 digest library.
* @throws InvalidKeyException thrown to indicate missing of HMAC SHA-256 library.
* @throws IOException thrown to indicate I/O error on MinIO REST operation.
Expand Down

0 comments on commit de222ad

Please sign in to comment.