Python script to download files from single S3 bucket with predefined list of filenames
'Tested on Python 3.8.1'
Configuration and launch:
- Install 'requirements.txt'
- Add your S3 bucket configuration to 'config' file
- Add list of files to 'files_to_download' file (format example inside the file)
- Launch 'main.py' from root directory