Created
May 25, 2016 12:35
-
-
Save csmith0651/ba7a162e86409849675c5555c37cad7b to your computer and use it in GitHub Desktop.
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
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