Versions in this module Expand all Collapse all v0 v0.0.2 Apr 15, 2017 Changes in this version + type EC2Metadata interface + GetMetadata func(path string) (string, error) + type S3 interface + GetObject func(request *s3.GetObjectInput) (*s3.GetObjectOutput, error) + PutObject func(request *s3.PutObjectInput) (*s3.PutObjectOutput, error) + type Services interface + Metadata func() (EC2Metadata, error) + Storage func(region string) (S3, error)