Y
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
maest
1464 days ago
BTW, this is true, but that is not locking in the "sync locking" sense.
link
IanCal
1464 days ago
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?
link