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 543e658 commit c32d6a4Copy full SHA for c32d6a4
example/object/putACL.go
@@ -49,7 +49,7 @@ func main() {
49
50
opt := &cos.ObjectPutACLOptions{
51
Header: &cos.ACLHeaderOptions{
52
- XCosACL: "private",
+ XCosACL: cos.ACL.Private,
53
},
54
}
55
name := "test/hello.txt"
0 commit comments