the <docs> for `aws.s3.BucketV2` state: `Deprecated: s3.BucketV2 has been deprecated in favor of s3....
c
the docs for
aws.s3.BucketV2
state:
Deprecated: s3.BucketV2 has been deprecated in favor of s3.Bucket
. the migration guide says the opposite: "In the upcoming AWS Classic major release (v7),
aws.s3.Bucket
will be discontinued in favor of
BucketV2
." can we get some clarity on what the right thing to use is going forward?
😆 1
n
Sorry about the confusion! We forgot to update that migration guide after the
v7
release. We originally planned on that being the migration path, but we ended up being able to standardize on
Bucket
being the long term solution.
BucketV2
is deprecated and users should migrate to
Bucket
. We'll work on updating that migration guide!
c
frankly i think it would be less confusing if you'd just kept
BucketV2