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ヶ月前86ビュー
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ヶ月前

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

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

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

関連するコンテンツ