I need to automate the process of moving files from Amazon WorkDocs to an S3 bucket.
Here’s what I want to achieve:
Periodically fetch files from a specific WorkDocs folder.
Upload or sync them to an S3 bucket.
Ideally, automate this using a script, Lambda function, or AWS service.
I’ve checked the AWS SDKs and APIs but I’m not sure what’s the best approach:
Should I use the WorkDocs SDK to list and download documents, then push them to S3?
Or is there an AWS-native integration or workflow (like AWS Transfer Family, DataSync, or Step Functions) that supports this directly?