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
エキスパート
レビュー済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ