Move csv files from multiple folders to 1 single folder in S3 using python

Viewed 19

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.

0 Answers
Related