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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠