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 40f4c02 + c32d6a4 commit 67bae75Copy full SHA for 67bae75
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