aws

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2022 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultAWSRegion string = "us-east-1"
)

Variables

View Source
var (
	AWSRegion   string
	AWSEndpoint string
	AWSConfig   aws.Config
)

Functions

func KMSDecrypt

func KMSDecrypt(ciphertext string) (string, error)

func KMSEncrypt

func KMSEncrypt(plaintext string, kmsKey string) (string, error)

func NewKMSClient

func NewKMSClient() *kms.Client

func NewS3Client

func NewS3Client() *s3.Client

func S3Get

func S3Get(s3path string) ([]byte, error)

func S3Put

func S3Put(s3path string, body string) error

Types

type S3ListResult

type S3ListResult struct {
	Key  string
	Size int
}

func S3List

func S3List(s3path string, ext string) ([]S3ListResult, error)

Jump to

Keyboard shortcuts

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