Doesn't the Java SDK support the functionality of 'aws s3 sync'?

0

I attempted to synchronize the bucket using "software.amazon.awssdk.transfer.s3.model.DirectoryDownload" and "software.amazon.awssdk.transfer.s3.model.DirectoryUpload" but it seems to serve only the purpose of simple overwriting. However, looking at the result messages after using the "aws s3 sync" command, it appears that identical files are not overwritten. I'm curious if there are any plans to incorporate the sync functionality of the CLI or if I can implement it within the functionality provided by the SDK. Thank you.

bae
已提问 2 个月前136 查看次数
1 回答
2
已接受的回答

Hello.

I checked the issues on GitHub, but I couldn't find any feature requests.
If you want it as a feature, I think it would be a good idea to make a feature request on GitHub.
https://github.com/aws/aws-sdk-java-v2/issues?q=is%3Aissue+is%3Aopen

profile picture
专家
已回答 2 个月前
profile picture
专家
已审核 2 个月前
  • Thank you for your reply, I just wrote it now

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则