Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-s3

Package Overview
Dependencies
Maintainers
5
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-s3 - npm Package Compare versions

Comparing version 1.32.2 to 1.33.0

3

lib/bucket.d.ts

@@ -679,3 +679,3 @@ import * as events from '@aws-cdk/aws-events';

* Destination bucket for the server access logs.
* @default - Access logs are disabled
* @default - If "serverAccessLogsPrefix" undefined - access logs disabled, otherwise - log to current bucket.
*/

@@ -685,2 +685,3 @@ readonly serverAccessLogsBucket?: IBucket;

* Optional log file prefix to use for the bucket's access logs.
* If defined without "serverAccessLogsBucket", enables access logs to current bucket with this prefix.
* @default - No log file prefix

@@ -687,0 +688,0 @@ */

{
"name": "@aws-cdk/aws-s3",
"version": "1.32.2",
"version": "1.33.0",
"description": "CDK Constructs for AWS S3",

@@ -65,27 +65,27 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "1.32.2",
"@aws-cdk/assert": "1.33.0",
"@types/nodeunit": "^0.0.30",
"cdk-build-tools": "1.32.2",
"cdk-integ-tools": "1.32.2",
"cfn2ts": "1.32.2",
"cdk-build-tools": "1.33.0",
"cdk-integ-tools": "1.33.0",
"cfn2ts": "1.33.0",
"nodeunit": "^0.11.3",
"pkglint": "1.32.2"
"pkglint": "1.33.0"
},
"dependencies": {
"@aws-cdk/aws-events": "1.32.2",
"@aws-cdk/aws-iam": "1.32.2",
"@aws-cdk/aws-kms": "1.32.2",
"@aws-cdk/core": "1.32.2",
"constructs": "^2.0.0"
"@aws-cdk/aws-events": "1.33.0",
"@aws-cdk/aws-iam": "1.33.0",
"@aws-cdk/aws-kms": "1.33.0",
"@aws-cdk/core": "1.33.0",
"constructs": "^3.0.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-events": "1.32.2",
"@aws-cdk/aws-iam": "1.32.2",
"@aws-cdk/aws-kms": "1.32.2",
"@aws-cdk/core": "1.32.2",
"constructs": "^2.0.0"
"@aws-cdk/aws-events": "1.33.0",
"@aws-cdk/aws-iam": "1.33.0",
"@aws-cdk/aws-kms": "1.33.0",
"@aws-cdk/core": "1.33.0",
"constructs": "^3.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},

@@ -144,3 +144,4 @@ "awslint": {

"announce": false
}
},
"maturity": "stable"
}
## Amazon S3 Construct Library
<!--BEGIN STABILITY BANNER-->
---
![Stability: Stable](https://img.shields.io/badge/stability-Stable-success.svg?style=for-the-badge)
![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)
![cdk-constructs: Stable](https://img.shields.io/badge/cdk--constructs-stable-success.svg?style=for-the-badge)

@@ -9,0 +9,0 @@ ---

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc