When I simply run the following code, I always gets this error.
s3 = boto3.resource(\'s3\') bucket_name = \"python-sdk-sample-%s\" % uuid.uuid4() pri
If you are looking for an alternative way, try adding your credentials using AmazonCLI
from the terminal type:-
aws configure
then fill in your keys and region.