Sometimes the settings of environment is tricky. It is better to check the boto version in your code.
import boto3
print('boto3 version')
print(boto3.__version__)
Sometimes the settings of environment is tricky. It is better to check the boto version in your code.
import boto3
print('boto3 version')
print(boto3.__version__)
No Comments