Skip to content

Instantly share code, notes, and snippets.

@csmith0651
Created May 25, 2016 12:35
Show Gist options
  • Save csmith0651/ba7a162e86409849675c5555c37cad7b to your computer and use it in GitHub Desktop.
Save csmith0651/ba7a162e86409849675c5555c37cad7b to your computer and use it in GitHub Desktop.
results, err := s3Client.GetObject(&s3.GetObjectInput{
Bucket: aws.String(bucket),
Key: aws.String(key),
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment