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
Copy file name to clipboardexpand all lines: runtime/config.go
+16-16
Original file line number
Diff line number
Diff line change
@@ -49,14 +49,14 @@ type Config struct {
49
49
MaxValueLengthint`help:"the maximum size in characters for contact field values and run result values"`
50
50
SessionStoragestring`validate:"omitempty,session_storage" help:"where to store session output (s3|db)"`
51
51
52
-
S3Endpointstring`help:"the S3 endpoint we will write attachments to"`
53
-
S3Regionstring`help:"the S3 region we will write attachments to"`
54
-
S3MediaBucketstring`help:"the S3 bucket we will write attachments to"`
55
-
S3MediaPrefixstring`help:"the prefix that will be added to attachment filenames"`
56
-
S3SessionBucketstring`help:"the S3 bucket we will write attachments to"`
57
-
S3SessionPrefixstring`help:"the prefix that will be added to attachment filenames"`
58
-
S3DisableSSLbool`help:"whether we disable SSL when accessing S3. Should always be set to False unless you're hosting an S3 compatible service within a secure internal network"`
59
-
S3ForcePathStylebool`help:"whether we force S3 path style. Should generally need to default to False unless you're hosting an S3 compatible service"`
52
+
S3Endpointstring`help:"the S3 endpoint we will write attachments to"`
53
+
S3Regionstring`help:"the S3 region we will write attachments to"`
54
+
S3AttachmentsBucketstring`help:"the S3 bucket we will write attachments to"`
55
+
S3AttachmentsPrefixstring`help:"the prefix that will be added to attachment filenames"`
56
+
S3SessionBucketstring`help:"the S3 bucket we will write attachments to"`
57
+
S3SessionPrefixstring`help:"the prefix that will be added to attachment filenames"`
58
+
S3DisableSSLbool`help:"whether we disable SSL when accessing S3. Should always be set to False unless you're hosting an S3 compatible service within a secure internal network"`
59
+
S3ForcePathStylebool`help:"whether we force S3 path style. Should generally need to default to False unless you're hosting an S3 compatible service"`
60
60
61
61
AWSAccessKeyIDstring`help:"the access key id to use when authenticating S3"`
62
62
AWSSecretAccessKeystring`help:"the secret access key id to use when authenticating S3"`
0 commit comments