I had a great deal of difficulty searching for an answer to this I have included it here to hopefully save someone else the effort. How to make a S3 request to retrieve items that have transitioned into AWS Glacier from an S3 bucket using the Go AWS SDK API. packagemainimport ( "fmt""github.com/aws/aws-sdk-go/aws""github.com/aws/aws-sdk-go/aws/awserr""github.com/aws/aws-sdk-go/aws/session""github.com/aws/aws-sdk-go/service/s3") funcmain() { sess, err:=session.NewSession(&aws.Config{ Region: a...