Skip to content

Commit 0c9b7d8

Browse files
ChihweiLHBirdkodiakhq[bot]thomaspoignant
authored
doc: Add s3 retriever v1 deprecation notice; add v2 links (#1618)
The example uses v2, so the links to v1 stuff in the original doc may need to be updated. Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Thomas Poignant <[email protected]>
1 parent 8cd629d commit 0c9b7d8

File tree

1 file changed

+5
-1
lines changed
  • website/docs/go_module/store_file

1 file changed

+5
-1
lines changed

website/docs/go_module/store_file/s3.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ sidebar_position: 3
33
---
44

55
# S3 Bucket
6-
The [**S3Retriever**](https://pkg.go.dev/github.com/thomaspoignant/go-feature-flag/retriever/s3retriever/#Retriever) will use the [aws-sdk](https://github.com/aws/aws-sdk-go) to access your flag in an S3 bucket.
6+
The [**S3 Retriever v2**](https://pkg.go.dev/github.com/thomaspoignant/[email protected]/retriever/s3retrieverv2) will use the [aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) to access your flag in an S3 bucket.
7+
8+
The [**S3 Retriever v1**](https://pkg.go.dev/github.com/thomaspoignant/[email protected]/retriever/s3retriever) will use the deprecated [aws-sdk-go](https://github.com/aws/aws-sdk-go) to access your flag in an S3 bucket.
9+
10+
[AWS has announce end-of-support for AWS SDK for Go v1](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/), and it's recommended to migrate from S3 Retriever v1 to v2.
711

812
## Example
913
```go showLineNumbers

0 commit comments

Comments
 (0)