We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc3407 commit 153d8bbCopy full SHA for 153d8bb
bucket_acl.go
@@ -50,9 +50,6 @@ type BucketPutACLOptions struct {
50
func (s *BucketService) PutACL(ctx context.Context, opt *BucketPutACLOptions) (*Response, error) {
51
header := opt.Header
52
body := opt.Body
53
- if body != nil {
54
- header = nil
55
- }
56
sendOpt := sendOptions{
57
baseURL: s.client.BaseURL.BucketURL,
58
uri: "/?acl",
0 commit comments