Skip to content

Commit

Permalink
chore(s3): Fixed documentation for InventoryFormat.ORC
Browse files Browse the repository at this point in the history
  • Loading branch information
Otavio Macedo committed Jan 28, 2022
1 parent 30e2233 commit f15bbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-s3/lib/bucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ export enum InventoryFormat {
*/
PARQUET = 'Parquet',
/**
* Generate the inventory list as Parquet.
* Generate the inventory list as ORC.
*/
ORC = 'ORC',
}
Expand Down

0 comments on commit f15bbe2

Please sign in to comment.