Hacker News new | ask | show | jobs
by IanCal 1464 days ago
You can add locks to objects, which restricts who can delete them and how, but requires bucket wide settings.
1 comments

BTW, this is true, but that is not locking in the "sync locking" sense.
It's not the intended purpose but they can be used like this. Lock files can be written, will fail if they already exist - that gets you a distributed equivalent to flock doesn't it?