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.

1 Answer
2
Accepted Answer

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
EXPERT
answered 2 months ago
profile picture
EXPERT
reviewed a month ago
  • Thank you for your reply, I just wrote it now

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions