...

Package awss3

import "github.com/golang-migrate/migrate/v4/source/aws_s3"
Overview
Index

Overview ▾

func WithInstance

func WithInstance(s3client s3iface.S3API, config *Config) (source.Driver, error)

type Config

type Config struct {
    Bucket string
    Prefix string
}