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"`
Copy file name to clipboardexpand all lines: services/tickets/mailgun/testdata/receive.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -301,7 +301,7 @@
301
301
},
302
302
"db_assertions": [
303
303
{
304
-
"query": "select count(*) from msgs_msg where direction = 'O' AND uuid = '5802813d-6c58-4292-8228-9728778b6c98' AND attachments = '{text/plain:https:///_test_media_storage/media/1/8720/f157/8720f157-ca1c-432f-9c0b-2014ddc77094.txt,image/jpeg:https:///_test_media_storage/media/1/c34b/6c7d/c34b6c7d-fa06-4563-92a3-d648ab64bccb.jpg}'",
304
+
"query": "select count(*) from msgs_msg where direction = 'O' AND uuid = '5802813d-6c58-4292-8228-9728778b6c98' AND attachments = '{text/plain:https:///_test_attachments_storage/attachments/1/8720/f157/8720f157-ca1c-432f-9c0b-2014ddc77094.txt,image/jpeg:https:///_test_attachments_storage/attachments/1/c34b/6c7d/c34b6c7d-fa06-4563-92a3-d648ab64bccb.jpg}'",
Copy file name to clipboardexpand all lines: services/tickets/rocketchat/testdata/event_callback.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@
192
192
},
193
193
"db_assertions": [
194
194
{
195
-
"query": "select count(*) from msgs_msg where direction = 'O' and attachments = '{text/plain:https:///_test_media_storage/media/1/6929/26ea/692926ea-09d6-4942-bd38-d266ec8d3716.jpg}'",
195
+
"query": "select count(*) from msgs_msg where direction = 'O' and attachments = '{text/plain:https:///_test_attachments_storage/attachments/1/6929/26ea/692926ea-09d6-4942-bd38-d266ec8d3716.jpg}'",
Copy file name to clipboardexpand all lines: services/tickets/zendesk/testdata/channelback.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@
66
66
},
67
67
"db_assertions": [
68
68
{
69
-
"query": "select count(*) from msgs_msg where direction = 'O' and text = 'Like this' and attachments = '{text/plain:https:///_test_media_storage/media/1/6929/26ea/692926ea-09d6-4942-bd38-d266ec8d3716.jpg}'",
69
+
"query": "select count(*) from msgs_msg where direction = 'O' and text = 'Like this' and attachments = '{text/plain:https:///_test_attachments_storage/attachments/1/6929/26ea/692926ea-09d6-4942-bd38-d266ec8d3716.jpg}'",
0 commit comments