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 Respuesta
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
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas