Coderbyte Enterprise Python S3 Project
I’m working on a typescript practice test / quiz and need a reference to help me learn.
In the Python file, write a program to get all the files from a public S3 bucket named coderbytechallengesandbox. In there there might be multiple files, but your program should find the file with the prefix __cb__, and then output the full name of the file. You should use the boto3 module to solve this challenge.
You do not need any access keys to access the bucket because it is public. This post might help you with how to access the bucket.
Reference Link: https://stackoverflow.com/questions/34865927/can-i…
Example Output
__cb__name.txt