Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
792 views
in Technique[技术] by (71.8m points)

amazon-web-services - 删除AWS S3中的对象(Delete an object in AWS S3)

I'm trying to understand the delete operation of an object in aws S3.

(我试图了解AWS S3中对象的删除操作。)

In cross region replication, if I delete an object from the source, this delete is not propagated to the destination.

(在跨区域复制中,如果我从源中删除对象,则此删除不会传播到目标。)

The official text - "If you specify an object version ID to delete in a DELETE request, Amazon S3 deletes that object version in the source bucket, but it doesn't replicate the deletion in the destination bucket. In other words, it doesn't delete the same object version from the destination bucket. This protects data from malicious deletions. "

(官方文本-“如果您指定要在DELETE请求中删除的对象版本ID,则Amazon S3会在源存储桶中删除该对象版本,但不会在目标存储桶中复制删除的内容。换句话说,它不会t从目标存储桶中删除相同的对象版本。这可以保护数据免遭恶意删除。”)

In other case, I read that

(在其他情况下,我读到)

The official text - Amazon S3 offers eventual consistency for overwrite PUTS and DELETES in all Regions

(官方文本-Amazon S3最终为覆盖所有地区的PUTS和DELETES提供了一致性)

When I made a test, the delete is not propagated.

(当我进行测试时,删除不会传播。)

Then, there is a divergence between the replica !

(然后,副本之间存在分歧!)

Is it normal ?

(正常吗?)

how about the eventual consistency of the delete ?

(删除的最终一致性如何?)

  ask by Mehdi translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...