How do I set policy to my linode object storage with s3cmd tool
I already set up s3cmd tool correctly since I can perform actions like download, list, upload, etc.
But when I use it to set my custom policy, I always get 403 code
❯ s3cmd setpolicy policy.json s3://cors
ERROR: S3 error: 403 (AccessDenied)
why is that? can someone help me?