#!/usr/bin/python3 import boto3 3 s3 = boto3.resource('s3') bucket = s3.Bucket('prosnapshot') bucket.download_file('hello.txt', 'hello-down.txt')