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 Antwort
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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen