Amazon S3 ACL for read-only and write-once access

前端 未结 4 678
感情败类
感情败类 2020-12-04 23:07

I\'m developing a web application and I currently have the following ACL assigned to the AWS account it uses to access its data:



        
4条回答
  •  有刺的猬
    2020-12-05 00:11

    You can now do this with S3 Object Lock. It's a per-bucket setting, and allows you to place one of two kinds of WORM locks.

    • "retention period" - can't be changed
    • "legal hold" - can be changed by the bucket owner at any time

    https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html

提交回复
热议问题