@gradientedge/cdk-utils 8.46.0 → 8.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -140,6 +140,7 @@ class S3Manager {
|
|
|
140
140
|
encryptionKey: props.encryptionKey,
|
|
141
141
|
lifecycleRules: this.determineBucketLifecycleRules(props),
|
|
142
142
|
metrics: props.metrics,
|
|
143
|
+
objectOwnership: props.objectOwnership,
|
|
143
144
|
publicReadAccess: props.publicReadAccess,
|
|
144
145
|
removalPolicy: props.removalPolicy || cdk.RemovalPolicy.RETAIN,
|
|
145
146
|
serverAccessLogsBucket: logBucket,
|
package/package.json
CHANGED
|
@@ -125,6 +125,7 @@ export class S3Manager {
|
|
|
125
125
|
encryptionKey: props.encryptionKey,
|
|
126
126
|
lifecycleRules: this.determineBucketLifecycleRules(props),
|
|
127
127
|
metrics: props.metrics,
|
|
128
|
+
objectOwnership: props.objectOwnership,
|
|
128
129
|
publicReadAccess: props.publicReadAccess,
|
|
129
130
|
removalPolicy: props.removalPolicy || cdk.RemovalPolicy.RETAIN,
|
|
130
131
|
serverAccessLogsBucket: logBucket,
|