You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: templates/git2s3.template.yaml
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Metadata:
39
39
QSS3KeyPrefix:
40
40
default: Quick Start S3 key prefix
41
41
ExcludeGit:
42
-
default: Exclude Git
42
+
default: Exclude .git directory
43
43
Parameters:
44
44
AllowedIps:
45
45
Description: Comma-separated list of allowed IP CIDR blocks. The default addresses listed are BitBucket Cloud IP ranges.
@@ -63,20 +63,17 @@ Parameters:
63
63
ConstraintDescription: Quick Start S3 bucket name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen
64
64
(-).
65
65
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 (-).
67
67
Type: String
68
68
QSS3BucketRegion:
69
69
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.
71
71
Type: String
72
72
QSS3KeyPrefix:
73
73
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 (/).
76
75
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 (/).
80
77
Type: String
81
78
VPCId:
82
79
Description: ID of the VPC in which the Lambda function runs.
@@ -95,7 +92,7 @@ Parameters:
95
92
Type: String
96
93
Default: ''
97
94
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.
0 commit comments