1

I'm uploading images/videos to S3 using their API and putObject. When I use upload of com.amazonaws.services.s3.transfer to post the same PutObjectRequest twice, will the object be overwritten by the latest one ? Or aws will save the object twice with different versionID?

I didn't find the answer in Aws official document. I've checked SO but it's quite an old question and I don't know how the current version is.

dilaala
  • 11
  • 1

1 Answers1

0

Yes, by default the versioning on S3 buckets is disabled.

Andrew Tobilko
  • 48,120
  • 14
  • 91
  • 142