Export Workdocs to S3

0

I am trying to export the content of WorkDocs to S3. There is some service or procedure to do it efficiently?

1 Answer
0

Are you looking at exporting an entire workdocs site? or a single user/directory? Do you want the process to be a once off or ongoing?

There is no built in mechanism to bulk export your data - thought it is possible with the API - you could use the below blog past as an example to follow:

https://aws.amazon.com/blogs/storage/auto-sync-files-from-amazon-workdocs-to-amazon-s3/

If you are not looking at doing a real time sync but a one time export you could do away with the event bridge and api gateway component and run the whole thing from a small EC2 instance rather than a shorter lived lambda.

Workdocs Developer guide: https://docs.aws.amazon.com/workdocs/latest/developerguide/getting-started.html

The API is well documented: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workdocs.html#client

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions