Skip to content

Commit

Permalink
MinioAdminClient: update policyName docstring of setPolicy() (#1485)
Browse files Browse the repository at this point in the history
Signed-off-by: Bala.FA <[email protected]>
  • Loading branch information
balamurugana committed Sep 22, 2023
1 parent 5411b22 commit a3f9e62
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 a3f9e62

Please sign in to comment.