When I run this command:
mc cp --recursive s3-ghaf/bucket s3-local/bucket
I get this error:
mc: <ERROR> Failed to copy `https://url/bucket/admin/css/base.css`. Access Denied.
mc: <ERROR> Failed to copy `https://url/bucket/admin/css/fonts.css`. Access Denied.
But when I open the files https://url/bucket/admin/css/fonts.css
etc in my browser they open just fine.
s3-local is the minio I have on my own laptop.
The bucket policy is public.
Any thoughts on why I'm getting access denied error?
I don't know if it matters but I'm running minio in a k8s cluster.