how to put the same key or tag on multiple objects in an s3 bucket

0

how to put the same key or tag on multiple objects in an s3 bucket

1 回答
1
已接受的回答

Key and Tag are different things.

If you want to add tags to every object in S3, you can do that. This document shows you how to - https://docs.aws.amazon.com/AmazonS3/latest/userguide/tagging-managing.html

As far as key is concerned, S3 is an object store and every object in S3 is uniquely identified by its key, which comprises the bucket name, the prefix path and the object name. The key has to be unique for every object in S3.

profile pictureAWS
专家
已回答 2 年前
profile pictureAWS
专家
已审核 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容