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 个月前

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

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

回答问题的准则