utils

package
v0.0.0-...-f440c4a Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AmazonS3

type AmazonS3 interface {
	UploadObjectbyFilePath(string) (*s3.PutObjectOutput, error)
	UploadByteObject([]byte, string) (*s3.PutObjectOutput, error)
	GetObject(string) (*s3.GetObjectOutput, error)
	ListObjects() (*s3.ListObjectsV2Output, error)
	DeleteObject(string) (*s3.DeleteObjectOutput, error)
	GetURI() string
}

func NewS3Session

func NewS3Session() AmazonS3

Jump to

Keyboard shortcuts

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