Skip to content

Commit

Permalink
Update api-remove.go (#1926)
Browse files Browse the repository at this point in the history
Fix small error in comment
  • Loading branch information
fwessels committed Jan 29, 2024
1 parent 6ad2b4a commit c6d47d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ func (c *Client) removeObjects(ctx context.Context, bucketName string, objectsCh

// Generate remove multi objects XML request
removeBytes := generateRemoveMultiObjectsRequest(batch)
// Execute GET on bucket to list objects.
// Execute POST on bucket to remove objects.
resp, err := c.executeMethod(ctx, http.MethodPost, requestMetadata{
bucketName: bucketName,
queryValues: urlValues,
Expand Down

0 comments on commit c6d47d8

Please sign in to comment.