-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredant.aws-bundle.1.0.json
57 lines (57 loc) · 2.42 KB
/
redant.aws-bundle.1.0.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"manifests": {
"redant/aws-bundle": {
"manifest": {
"bundles": {
"RedAnt\\AWSBundle\\RedAntAWSBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/messenger.yaml": {
"contents": [
"framework:",
" messenger:",
" # Uncomment this (and the failed transport below) to send failed messages to this transport for later handling.",
" failure_transport: failed",
"",
" transports:",
" # https://symfony.com/doc/current/messenger.html#transport-configuration",
" async: '%env(MESSENGER_TRANSPORT_DSN)%'",
" failed: 'doctrine://default?queue_name=failed'",
" # sync: 'sync://'",
"",
" routing:",
" # Route your messages to the transports",
" RedAnt\\AWSBundle\\Message\\CreateInBucketMessage: async",
" RedAnt\\AWSBundle\\Message\\RemoveFromBucketMessage: async",
""
],
"executable": false
},
"config/packages/redant_aws.yaml": {
"contents": [
"redant_aws:",
" # This delays the removal of the file for a period of time. Value is in millisecconds",
" removal_delay: 0 # Example: 10000"
],
"executable": false
},
"config/routes/redant_aws.yaml": {
"contents": [
"redant_aws:",
" resource: \"@RedAntAWSBundle/Controller\"",
" type: attribute",
" prefix: /"
],
"executable": false
}
},
"ref": "4f8855986fe66dbca24ac018696052d3364ff8f1"
}
}
}