This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from boto3 import session | |
| from botocore.client import Config | |
| ACCESS_ID = 'XXXXXXX' | |
| SECRET_KEY = 'XXXXXXX' | |
| # Initiate session | |
| session = session.Session() | |
| client = session.client('s3', | |
| region_name='nyc3', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| open https://www.youtube.com/watch?v=uxpDa-c-4Mc#t=3m54s |