Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API interface { ListBucketsWithContext(context.Context, *s3.ListBucketsInput, ...request.Option) (*s3.ListBucketsOutput, error) GetBucketTaggingWithContext(context.Context, *s3.GetBucketTaggingInput, ...request.Option) (*s3.GetBucketTaggingOutput, error) GetBucketLocationWithContext(context.Context, *s3.GetBucketLocationInput, ...request.Option) (*s3.GetBucketLocationOutput, error) GetBucketPolicyWithContext(context.Context, *s3.GetBucketPolicyInput, ...request.Option) (*s3.GetBucketPolicyOutput, error) GetBucketAclWithContext(context.Context, *s3.GetBucketAclInput, ...request.Option) (*s3.GetBucketAclOutput, error) }
API documents the subset of AWS API we actually call
type ListBuckets ¶
type ListBucketsOutput ¶
type ListBucketsOutput struct { *s3.Bucket *s3.GetBucketTaggingOutput *s3.GetBucketLocationOutput *s3.GetBucketPolicyOutput *s3.GetBucketAclOutput }
func (*ListBucketsOutput) Records ¶
func (o *ListBucketsOutput) Records() (records []*api.Record)
Click to show internal directories.
Click to hide internal directories.