s3

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: AGPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Backend added in v0.4.5

type Backend struct {
	Bucket                    string `yaml:"bucket"`
	Region                    string `yaml:"region"`
	AccessKey                 string `yaml:"access_key,omitempty"`
	SecretKey                 string `yaml:"secret_key,omitempty"`
	Profile                   string `yaml:"profile,omitempty"`
	Token                     string `yaml:"token,omitempty"`
	Endpoint                  string `yaml:"endpoint,omitempty"`
	SkipMetadataApiCheck      bool   `yaml:"skip_metadata_api_check,omitempty"`
	SkipCredentialsValidation bool   `yaml:"skip_credentials_validation,omitempty"`
	MaxRetries                int    `yaml:"max_retries,omitempty"`
	SharedCredentialsFile     string `yaml:"shared_credentials_file,omitempty"`
	SkipRegionValidation      string `yaml:"skip_region_validation,omitempty"`
	StsEndpoint               string `yaml:"sts_endpoint,omitempty"`
	IamEndpoint               string `yaml:"iam_endpoint,omitempty"`
	ForcePathStyle            bool   `yaml:"force_path_style,omitempty"`
	// Assume role
	AssumeRoleDurationSeconds   string            `yaml:"assume_role_duration_seconds,omitempty"`
	AssumeRolePolicy            string            `yaml:"assume_role_policy,omitempty"`
	AssumeRolePolicyArns        []string          `yaml:"assume_role_policy_arns,omitempty"`
	AssumeRoleTags              map[string]string `yaml:"assume_role_tags,omitempty"`
	AssumeRoleTransitiveTagKeys string            `yaml:"assume_role_transitive_tag_keys,omitempty"`
	ExternalId                  string            `yaml:"external_id,omitempty"`
	RoleArn                     string            `yaml:"role_arn,omitempty"`
	SessionName                 string            `yaml:"session_name,omitempty"`

	Workspaces string `yaml:"workspaces,omitempty"`

	ProjectPtr *project.Project `yaml:"-"`
	// contains filtered or unexported fields
}

Backend - describe s3 backend for interface package.backend.

func (*Backend) Configure added in v0.7.20

func (b *Backend) Configure() error

func (*Backend) GetBackendBytes added in v0.4.5

func (b *Backend) GetBackendBytes(stackName, unitName string) ([]byte, error)

GetBackendBytes generate terraform backend config.

func (*Backend) GetBackendHCL added in v0.4.5

func (b *Backend) GetBackendHCL(stackName, unitName string) (*hclwrite.File, error)

GetBackendHCL generate terraform backend config.

func (*Backend) GetRemoteStateHCL added in v0.4.5

func (b *Backend) GetRemoteStateHCL(stackName, unitName string) ([]byte, error)

GetRemoteStateHCL generate terraform remote state for this backend.

func (*Backend) LockState added in v0.4.5

func (b *Backend) LockState() error

func (*Backend) Name added in v0.4.5

func (b *Backend) Name() string

Name return name.

func (*Backend) Provider added in v0.4.5

func (b *Backend) Provider() string

Provider return name.

func (*Backend) ReadState added in v0.4.5

func (b *Backend) ReadState() (string, error)

func (*Backend) State added in v0.4.5

func (b *Backend) State() map[string]interface{}

func (*Backend) UnlockState added in v0.4.5

func (b *Backend) UnlockState() error

func (*Backend) WriteState added in v0.4.5

func (b *Backend) WriteState(stateData string) error

type Factory

type Factory struct{}

Factory factory for s3 backends.

func (*Factory) New

func (f *Factory) New(config []byte, name string, p *project.Project) (project.Backend, error)

New creates the new s3 backend.

Jump to

Keyboard shortcuts

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