Skip to content

Commit

Permalink
s3store: Update docs link to AWS SDK V2
Browse files Browse the repository at this point in the history
See #1033
  • Loading branch information
Acconut authored Nov 21, 2023
1 parent 1a43e26 commit 7970961
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/s3store/s3store.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down

0 comments on commit 7970961

Please sign in to comment.