Why is there a V2 on some resources? Like `aws.s3....
# aws
g
Why is there a V2 on some resources? Like
aws.s3.Bucket
and
aws.s3.BucketV2
? When would I use one or the other?
a
Hi James, I believe BucketV2 was created when AWS changed some defaults in order to maintain backwards compatibility with Bucket. V2 is recommended for new resources IIUC