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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南