I have requirement where I need to copy files from one S3 bucket to other S3 bucket. These buckets are present in different AWS account. I tried using s3 sync command. But, for this destination IAM user should be given with read access on source bucket. I am not using this command because I don't have same same IAM user with access to both the accounts. There are two AIM user as of now, one for each.
Is there anyway I can use s3-dist-cp command for this requirement?