I have an S3 bucket with two directories in it:
/data
/app
I want to sync the contents under both directories into the same destination directory on an EFS. I've setup an AWS Datasync task to do this, however when I run the task, it creates /data
and /app
on the EFS, presumably it's just mirroring whatever is on S3. Is there a way to tell DataSync to dump both source directories into the same destination?