I have three files as
1_timestamp.mp4,
2_timestamp.mp4,
3_timestamp.mp4
By combining these files I am creating combined_timestamp.mp4 file, after that I am uploading combined_timestamp.mp4 file to aws s3.Upload functionality works fine.
But now I have to upload 1_timestamp.mp4, 2_timestamp.mp4, 3_timestamp.mp4 files along with combined_timestamp.mp4.
Is this possible to upload all these files under one timestamp folder. So that I can group them under one folder.
If it is possible, them please guide me.
I am using ruby 1.9.3, fog and gem "aws-sdk", ">= 1.8.1.2"