File tree Expand file tree Collapse file tree
packages/@aws-cdk/aws-s3-assets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ will first upload all the assets to S3, and only then deploy the stacks. The S3
1818locations of the uploaded assets will be passed in as CloudFormation Parameters
1919to the relevant stacks.
2020
21- The following JavaScript example defines an directory asset which is archived as
21+ The following JavaScript example defines a directory asset which is archived as
2222a .zip file and uploaded to S3 during deployment.
2323
2424[ Example of a ZipDirectoryAsset] ( ./test/integ.assets.directory.lit.ts )
@@ -46,7 +46,7 @@ In the following example, the various asset attributes are exported as stack out
4646IAM roles, users or groups which need to be able to read assets in runtime will should be
4747granted IAM permissions. To do that use the ` asset.grantRead(principal) ` method:
4848
49- The following examples grants an IAM group read permissions on an asset:
49+ The following example grants an IAM group read permissions on an asset:
5050
5151[ Example of granting read access to an asset] ( ./test/integ.assets.permissions.lit.ts )
5252
You can’t perform that action at this time.
0 commit comments