Skip to content

Instantly share code, notes, and snippets.

@ricfeatherstone
ricfeatherstone / s3_test.go
Created January 11, 2022 10:27
Go test S3 using testcontainers and localstack
package s3
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/config"
"github.com/aws/aws-sdk-go-v2/service/s3"
"github.com/magiconair/properties/assert"
"github.com/testcontainers/testcontainers-go"