Skip to content

Upload locks on S3Β #1183

@Acconut

Description

@Acconut

According to https://www.morling.dev/blog/leader-election-with-s3-conditional-writes/, it is now possible to implement a distributed lock on AWS S3 using conditional writes. Similar to how locks can be implemented on top of GCS: tus/tus-node-server#616

We should consider adding this capability to tusd, so users uploading to AWS S3 do not have to set up an additional locking mechanism. Of course, we have to consider S3-compatible interfaces as well, that do not support conditional writes (yet). Maybe we should provide an option to select the used locking implementation in the CLI.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions