Skip to content

RoelVanNyen/distlocks3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

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