Skip to content

Commit

Permalink
Merge pull request #235 from tencentyun/feature_jojoliang_d970a3d5
Browse files Browse the repository at this point in the history
add ACL enum demo
  • Loading branch information
agin719 authored Mar 1, 2024
2 parents 40f4c02 + c32d6a4 commit 67bae75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/object/putACL.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func main() {

opt := &cos.ObjectPutACLOptions{
Header: &cos.ACLHeaderOptions{
XCosACL: "private",
XCosACL: cos.ACL.Private,
},
}
name := "test/hello.txt"
Expand Down

0 comments on commit 67bae75

Please sign in to comment.