Skip to content

Documentation is very sparse? #1721

Answered by jasdel
mickeypash asked this question in Q&A
May 28, 2022 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

The v2 SDK is intended to work with Go modules. This means you'll need to initialize a module for your application, and add the dependencies your application will use.

The following is an example how you can do that with the example in the getting started page.

go mod init <namespace for your app>
go get github.com/aws/aws-sdk-go-v2
go get github.com/aws/aws-sdk-go-v2/config
go get github.com/aws/aws-sdk-go-v2/service/s3

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@mickeypash
Comment options

@jasdel
Comment options

Answer selected by vudh1
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants