Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 98ea5de

Browse files
committed
edits part 2 122320
1 parent bf7ccb3 commit 98ea5de

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

templates/git2s3.template.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Metadata:
3939
QSS3KeyPrefix:
4040
default: Quick Start S3 key prefix
4141
ExcludeGit:
42-
default: Exclude Git
42+
default: Exclude .git directory
4343
Parameters:
4444
AllowedIps:
4545
Description: Comma-separated list of allowed IP CIDR blocks. The default addresses listed are BitBucket Cloud IP ranges.
@@ -63,20 +63,17 @@ Parameters:
6363
ConstraintDescription: Quick Start S3 bucket name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen
6464
(-).
6565
Default: aws-quickstart
66-
Description: S3 bucket name for Quick Start assets. Quick Start bucket name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
66+
Description: S3 bucket name for Quick Start assets. It can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
6767
Type: String
6868
QSS3BucketRegion:
6969
Default: 'us-east-1'
70-
Description: AWS Region where the Quick Start asset S3 bucket (QSS3BucketName) is hosted. Required when using your own S3 bucket.
70+
Description: AWS Region where the Quick Start assets S3 bucket (QSS3BucketName) is hosted. Required when using your own S3 bucket.
7171
Type: String
7272
QSS3KeyPrefix:
7373
AllowedPattern: ^[0-9a-zA-Z-/]*$
74-
ConstraintDescription: Quick Start key prefix can include numbers, lowercase letters,
75-
uppercase letters, hyphens (-), and forward slash (/).
74+
ConstraintDescription: Quick Start key prefix can include numbers, lowercase letters, uppercase letters, hyphens (-), and forward slashes (/).
7675
Default: quickstart-git2s3/
77-
Description: S3 key prefix for the Quick Start assets. Quick Start key prefix
78-
can include numbers, lowercase letters, uppercase letters, hyphens (-), and
79-
forward slash (/).
76+
Description: Key prefix for the Quick Start assets S3 bucket. A key prefix is similar to a directory name that enables you to store similar data under the same directory in an S3 bucket. It can include numbers, lowercase letters, uppercase letters, hyphens (-), and forward slashes (/).
8077
Type: String
8178
VPCId:
8279
Description: ID of the VPC in which the Lambda function runs.
@@ -95,7 +92,7 @@ Parameters:
9592
Type: String
9693
Default: ''
9794
ExcludeGit:
98-
Description: Include the .git directory in the .zip file (True), or do not include (False).
95+
Description: Choose false to omit the .git directory from the Git repository .zip file.
9996
Type: String
10097
Default: 'True'
10198
AllowedValues: ['True', 'False']

0 commit comments

Comments
 (0)