s3

package
v0.85.2 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2018 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Package s3 provides a Pipe that push artifacts to s3/minio

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pipe

type Pipe struct{}

Pipe for Artifactory

func (Pipe) Default

func (Pipe) Default(ctx *context.Context) error

Default sets the pipe defaults

func (Pipe) Run

func (Pipe) Run(ctx *context.Context) error

Run the pipe

func (Pipe) String

func (Pipe) String() string

String returns the description of the pipe

type SessionBuilder added in v0.84.0

type SessionBuilder interface {
	Config(*aws.Config) SessionBuilder
	Profile(string) SessionBuilder
	Options(*session.Options) SessionBuilder
	Endpoint(string) SessionBuilder
	S3ForcePathStyle(bool) SessionBuilder
	Build() *session.Session
}

Jump to

Keyboard shortcuts

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