タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

aws-s3に関するkjirouuのブックマーク (1)

  • Locking with S3

    What's the recommended way to implement a simple locking mechanism to be used in conjunction with S3? Example of what I want to do: acquire lock by object id read object from S3 modify data write object to S3 release lock Ideally looking for a cloud based locking mechanism. I could use memcached locally, but then I have to deal with scaling that. I don't see an obvious way to implement lightweight

    Locking with S3
    kjirouu
    kjirouu 2015/08/30
    S3のファイルロックはできなそう
  • 1