Amazon Glacier Boto3 Python Accessing Stream In Job.get_output('body') May 19, 2024 Post a Comment Sample code import boto3 glacier = boto3.resource('glacier') job = glacier.Job(accountID, … Read more Accessing Stream In Job.get_output('body')