server.
One of the s3 file gets overridden because of a process that started before it and took some time.
I want to stop the objects getting overridden after certain time. I enabled object lock but got to know it only prevents a specific version and doesn't stop from new versions being created. How can i stop new versions from being created?
You won't be able to solve this issue with S3 options; Fix the upstream issue
But what's the purpose of object lock then? To prevent deletes only? If they are creating new version on every put then how are they preventing Updates?
retention periods and legal holds apply to individual object versions
Use a mutex to lock your threads fix it on the application side
If you really need, use dynamo as lock table
Обсуждают сегодня