The default, fork-safe Boto3 session
botor(
aws_access_key_id,
aws_secret_access_key,
aws_session_token,
region_name,
botocore_session,
profile_name
)
AWS access key ID
AWS secret access key
AWS temporary session token
Default region when creating new connections
Use this Botocore session instead of creating a new default one
The name of a profile to use. If not given, then the default profile is used
boto3 Session