I have files inside run-id subfolders in S3 bucket.
I want to move files from other folders to just 1 folder using python in S3.
I'm trying to iterate over using filter(prefix) but unable to move file.
Please help.
I have files inside run-id subfolders in S3 bucket.
I want to move files from other folders to just 1 folder using python in S3.
I'm trying to iterate over using filter(prefix) but unable to move file.
Please help.