Hey All,
I was wondering if anyone has ever done backups to an s3 bucket that exists in a different AWS account? I’m running into issues with S3 Object ACLs. The files that are being uploaded from AWS Account A to the S3 Bucket in AWS Account B are restricted to the AWS account that uploaded the objects (in this case AWS Account A). The Bucket owner (AWS Account B) does not have permissions to access the files. I spoke with AWS Support and the --acl bucket-owner-full-control
parameter needs to be included to give the bucket owner in AWS account B full access to those objects. I there any way to configure this when using the BACKUP
command in memsql?
Thanks,
Aaron