aws

package
v0.1.17 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package aws handles using AWS as the backing store.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type S3

type S3 struct {
	config.Settings `json:"-"`
}

S3 handles persisting to an S3 bucket.

func (S3) Get

func (s S3) Get(key string) (string, error)

Get data from S3.

func (S3) Set added in v0.1.5

func (s S3) Set(key, data string) error

Set a document in S3. The provided data must marshal to JSON.

Jump to

Keyboard shortcuts

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