Skip to content

Instantly share code, notes, and snippets.

@csmith0651
Created May 25, 2016 12:47
Show Gist options
  • Select an option

  • Save csmith0651/adb44b8115aa51dc61e2519b803330a1 to your computer and use it in GitHub Desktop.

Select an option

Save csmith0651/adb44b8115aa51dc61e2519b803330a1 to your computer and use it in GitHub Desktop.
type S3Fetcher interface {
GetObject(*s3.GetObjectInput) (*s3.GetObjectOutput, error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment