Skip to content

Commit 3899a2a

Browse files
committed
docs alignment
1 parent 16981a0 commit 3899a2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/@aws-cdk/aws-s3/lib/bucket.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -905,12 +905,13 @@ export interface BucketProps {
905905

906906
/**
907907
* Destination bucket for the server access logs.
908-
* @default - Access logs are disabled
908+
* @default - If "serverAccessLogsPrefix" undefined - access logs disabled, otherwise - log to current bucket.
909909
*/
910910
readonly serverAccessLogsBucket?: IBucket;
911911

912912
/**
913913
* Optional log file prefix to use for the bucket's access logs.
914+
* If defined without "serverAccessLogsBucket", enables access logs to current bucket with this prefix.
914915
* @default - No log file prefix
915916
*/
916917
readonly serverAccessLogsPrefix?: string;

0 commit comments

Comments
 (0)