aws

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BucketList

type BucketList struct {
	Images     []Image
	StartAfter string
}

type Config

type Config struct {
	AwsKey    string
	AwsSecret string
	AwsRole   string
	Bucket    string
}

type Image

type Image struct {
	Url      string
	Download string
	Name     string
	S3Path   string
}

type Service

type Service struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(config *Config) *Service

func (*Service) ListBucketContents

func (s *Service) ListBucketContents(continuationToken *string) (*BucketList, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL