How to sync directory with AWS S3 using Java SDK?

后端 未结 2 1621
野的像风
野的像风 2021-01-17 16:54

I came across this article https://aws.amazon.com/blogs/developer/syncing-data-with-amazon-s3/ which made me aware of the uploadDirectory() method. The blog states: \"This

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-17 17:54

    TransferManager.copy() might do something similar, but I do not know what behaviour is employed in case a file or directory with the same name and modification time exists on the destination server.

提交回复
热议问题