user6178502
user6178502

Reputation: 795

AWS S3 : upload only the file change (delta)

Is it possible to upload only the file change (delta) with AWS S3 (using the Node.JS SDK or Pre-signed URL) ?

Upvotes: 1

Views: 1663

Answers (1)

Arafat Nalkhande
Arafat Nalkhande

Reputation: 11708

No. That is not possible

For adding a Delta, you will have to fetch the object locally, add the delta and then upload back to s3

Upvotes: 2

Related Questions