bucket

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateBucketTaggingInput

func CreateBucketTaggingInput(bucketname string, tags map[string]string) *s3.PutBucketTaggingInput

CreateBucketTaggingInput creates an S3 PutBucketTaggingInput object, which is used to associate a list of tags with a bucket.

Types

type Client

type Client interface {
	Exists() (bool, error)
	Create() (bool, error)
	Delete() (bool, error)
	ForceCredentialRefresh() error
}

func NewClient

func NewClient(b v1alpha1.CloudStorage, c client.Client) (Client, error)

Jump to

Keyboard shortcuts

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