I am trying to upload a file from my local computer to an S3 bucket managed by someone else. The bucket owner has configured the bucket so that uploads are only allowed if the bucket owner is granted full control of the uploaded object.
From the command line, I can do this by adding the flag '--acl bucket-owner-full-control' to the 'aws s3 cp' command.
What is the equivalent way to do this in Cloudberry Explorer?