Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

boto3 with aws profile

import boto3

session = boto3.Session(profile_name='dev')
dev_s3_client = session.client('s3')
 
PREVIOUS NEXT
Tagged: #aws #profile
ADD COMMENT
Topic
Name
2+2 =