Skip to content

RoelVanNyen/distlocks3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e6c7e28 · Aug 7, 2017

History

3 Commits
May 17, 2017
Aug 7, 2017
May 17, 2017

Repository files navigation

Distribute locking using s3 backend

A golang implementation of a locking mechanism for amazon S3 that leverages the versioning feature to create locks. A new version of a file is uploaded first, then checks if the oldest non-deleted version is the same as the one uploaded. Once it 'acquires' the lock this way, runs the critical section, then removes its version.

About

Locks using s3 as backend in go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages