Unable to find Tags passed using CreateMediaConcatenationPipelineCommand

0

Hi, I am concatenating a video using CreateMediaConcatenationPipelineCommand.

In this command i send the Sources, Sinks and Tags. However, when the file is created in the S3 bucket, i cannot find the Tags that i had provided using CreateMediaConcatenationPipelineCommand.

질문됨 3달 전82회 조회
1개 답변
1

Based on the documentation, it seems that the command allows you to specify tags for the pipeline itself, but not necessarily for the output file that is created in the S3 bucket.

The Tags parameter in the command is used to assign metadata tags to the media concatenation pipeline, not to the output file. These tags are used for resource identification and management purposes within AWS, but they do not automatically get applied to the output files generated by the pipeline.

To ensure that tags are applied to the output file in the S3 bucket, you may need to use a separate process or AWS service to apply tags to the file after it has been created. For example, you could use an AWS Lambda function triggered by S3 events to apply tags to newly created files in the bucket. Alternatively, you could use the AWS S3 API or CLI to apply tags to the file after it has been created by the concatenation pipeline.

profile picture
전문가
답변함 3달 전

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

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

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

관련 콘텐츠