如何在S3存储桶中将同样的键或标签应用于多个对象?

0

【以下的问题经过翻译处理】 如何在S3存储桶中将同样的键或标签应用于多个对象?

1 Answer
0

【以下的回答经过翻译处理】 键和标签是不同的东西。

如果您想要将标签添加到S3中的每个对象中,您可以这样做。本文档向您展示如何操作-https://docs.aws.amazon.com/AmazonS3/latest/userguide/tagging-managing.html

就键而言,S3是一个对象存储器,S3中的每个对象都由其键唯一标识,该键包括存储桶名称、前缀路径和对象名称。对于S3中的每个对象,键必须是唯一的。

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions