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개 답변
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
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠