From 79709611ce7c32e784f2c609e993b5484a09f5a0 Mon Sep 17 00:00:00 2001 From: Marius Date: Tue, 21 Nov 2023 08:45:40 +0100 Subject: [PATCH] s3store: Update docs link to AWS SDK V2 See https://github.com/tus/tusd/issues/1033 --- pkg/s3store/s3store.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/s3store/s3store.go b/pkg/s3store/s3store.go index b60ee75ba..1439d43be 100644 --- a/pkg/s3store/s3store.go +++ b/pkg/s3store/s3store.go @@ -13,9 +13,9 @@ // s3:PutObject // // While this package uses the official AWS SDK for Go, S3Store is able -// to work with any S3-compatible service such as Riak CS. In order to change -// the HTTP endpoint used for sending requests to, consult the AWS Go SDK -// (http://docs.aws.amazon.com/sdk-for-go/api/aws/Config.html#WithEndpoint-instance_method). +// to work with any S3-compatible service such as MinIO. In order to change +// the HTTP endpoint used for sending requests to, adjust the `BaseEndpoint` +// option in the AWS SDK For Go V2 (https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/s3#Options). // // # Implementation //