feat(aws-s3): Adding Intelligent Tiering to Bucket#18013
feat(aws-s3): Adding Intelligent Tiering to Bucket#18013mergify[bot] merged 11 commits intoaws:masterfrom
Conversation
otaviomacedo
left a comment
There was a problem hiding this comment.
Looks good! Just a minor comment on the documentation.
| ```ts | ||
| new s3.Bucket(this, 'MyBucket', { | ||
| intelligentTieringConfigurations: [{ | ||
| name: 'foo', |
There was a problem hiding this comment.
I think you could include other props here to make the usefulness of this feature more evident, like prefix, archiveAccessTierTime.
|
I think this is an issue with npm registry - other PRs are failing for the same reason but different packages |
|
@otaviomacedo could you please re-run the CodeBuild approval as npmjs should be operational again? |
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Allows users to add Intelligent Tiering to their s3 buckets. Modelling of CfnBucket was done before. Fixes aws#16191 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Allows users to add Intelligent Tiering to their s3 buckets. Modelling of CfnBucket was done before.
Fixes #16191
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license