Hi all,
I’m trying to configure a flow that uses a specific Amazon S3 bucket to retrieve .json files in a subfolder, and then move (back up) those files to a separate folder after they are processed. In the settings I define:
- My Bucket name (let’s call it “my-bucket” here)
- The path to the S3 folder containing the files I want to process as Prefix
- The path where I want the files to be moved after they are processed as Backup bucket name
When I test the flow, Integrator does retrieve the file(s) for processing, but once it’s done it moves the files in a way that I didn’t expect.
- Source:
s3://my-bucket/partners/corvelay/DEV/INBOUND/purchaseorders/NEW/ - Expected destination:
s3://my-bucket/partners/corvelay/DEV/INBOUND/purchaseorders/PROCESSED/ - Actual destination:
s3://my-bucket/partners/corvelay/DEV/INBOUND/purchaseorders/PROCESSED/partners/corvelay/DEV/INBOUND/purchaseorders/NEW/
Why does the export join the source bucket and prefix with the backup prefix? How can I get it to move the files cleanly to the S3 folder of my choice without moving the entire directory?
