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.

posta 2 mesi fa73 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 2 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande