We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When downloading files (DOWNLOAD_FILES=True) off .csvs s3.meta.client.download_file(AWS_BUCKET,prefix_on_bucket,new_file_name) if the file isn't in S3 then it should return a useful error message saying so.
DOWNLOAD_FILES=True
s3.meta.client.download_file(AWS_BUCKET,prefix_on_bucket,new_file_name)
Currently silent