Skip to content

Commit

Permalink
chore(s3): Fixed documentation for InventoryFormat.ORC (aws#18717)
Browse files Browse the repository at this point in the history
Fixes aws#18677.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
otaviomacedo authored and TikiTDO committed Feb 21, 2022
1 parent 3c654fb commit ea85cac
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 ea85cac

Please sign in to comment.