This message was deleted.
# getting-started
s
This message was deleted.
i
Hi @cuddly-journalist-77210, Can you confirm that you ran
go get <http://github.com/pulumi/pulumi-aws/sdk/v6@generics|github.com/pulumi/pulumi-aws/sdk/v6@generics>
and
go mod tidy
?
I double checked the url and does match the source: https://github.com/pulumi/pulumi-aws/tree/generics/sdk/go/aws/x/s3. Note that you need to use the
@generics
as it's not in the main branch.
c
ah, didn't know about the '@generics' part. thanks!