Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing S3 storage classes #2708

Closed
jsteinich opened this issue May 31, 2019 · 0 comments · Fixed by #2834 or MechanicalRock/tech-radar#14 · May be fixed by MechanicalRock/cdk-constructs#5, MechanicalRock/cdk-constructs#6 or MechanicalRock/cdk-constructs#7
Labels
@aws-cdk/aws-s3 Related to Amazon S3 feature-request A feature should be added or improved.

Comments

@jsteinich
Copy link

Currently missing DEEP_ARCHIVE and INTELLIGENT_TIERING

@jsteinich jsteinich added the gap label May 31, 2019
@rix0rrr rix0rrr added feature-request A feature should be added or improved. @aws-cdk/aws-s3 Related to Amazon S3 labels Jun 3, 2019
eladb pushed a commit that referenced this issue Jun 12, 2019
Fixes #2708

BREAKING CHANGE: `s3.StorageClass` is now an enum-like class instead of a regular
enum. This means that you need to call `.value` in order to obtain it's value.
* **s3:** `s3.Coordinates` renamed to `s3.Location`
* **codepipeline:** `Artifact.s3Coordinates` renamed to `Artifact.s3Location`.
shivlaks pushed a commit that referenced this issue Jun 13, 2019
Fixes #2708

BREAKING CHANGE: `s3.StorageClass` is now an enum-like class instead of a regular
enum. This means that you need to call `.value` in order to obtain it's value.
* **s3:** `s3.Coordinates` renamed to `s3.Location`
* **codepipeline:** `Artifact.s3Coordinates` renamed to `Artifact.s3Location`.
This was referenced Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment