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.
2 parents e0c6d6d + 153d8bb commit 8c64e00Copy full SHA for 8c64e00
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