I am putting together an AWS Elastic Pipeline to transcode the video however I want the input the pipeline takes to be from a folder in an AWS S3 bucket and the output to be sent to a different folder in the same AWS S3 bucket.
I am not sure how to achieve this because the settings for setting up a pipeline strictly accept a bucket name and when I try to add a path it says it does not satisfy the regular expression pattern.
What can I do to fix this? or is it even possible?