Skip to content

Commit 02dfa4f

Browse files
authored
chore(s3): Fixed documentation for InventoryFormat.ORC (#18717)
Fixes #18677. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 7ac1215 commit 02dfa4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ export enum InventoryFormat {
11021102
*/
11031103
PARQUET = 'Parquet',
11041104
/**
1105-
* Generate the inventory list as Parquet.
1105+
* Generate the inventory list as ORC.
11061106
*/
11071107
ORC = 'ORC',
11081108
}

0 commit comments

Comments
 (0)