@@ -12,24 +12,24 @@ fs_aws:
1212 bucket : ' bucket_name'
1313 prefix : ' optional/path/prefix'
1414
15- fs_azure :
16- adapter : ' azure'
17- options :
18- client : ' azure_client_service'
19- container : ' container_name'
20- prefix : ' optional/path/prefix'
15+ # fs_azure:
16+ # adapter: 'azure'
17+ # options:
18+ # client: 'azure_client_service'
19+ # container: 'container_name'
20+ # prefix: 'optional/path/prefix'
2121
22- fs_cache :
23- adapter : ' cache'
24- options :
25- store : ' memory'
26- source : ' fs_local'
22+ # fs_cache:
23+ # adapter: 'cache'
24+ # options:
25+ # store: 'memory'
26+ # source: 'fs_local'
2727
28- fs_dropbox :
29- adapter : ' dropbox'
30- options :
31- client : ' dropbox_client_service'
32- prefix : ' optional/path/prefix'
28+ # fs_dropbox:
29+ # adapter: 'dropbox'
30+ # options:
31+ # client: 'dropbox_client_service'
32+ # prefix: 'optional/path/prefix'
3333
3434fs_ftp :
3535 adapter : ' ftp'
@@ -44,13 +44,13 @@ fs_ftp:
4444 timeout : 30
4545 ignore_passive_address : true
4646
47- fs_gcloud :
48- adapter : ' gcloud'
49- options :
50- client : ' gcloud_client_service'
51- bucket : ' bucket_name'
52- prefix : ' optional/path/prefix'
53- api_url : ' https://storage.googleapis.com'
47+ # fs_gcloud:
48+ # adapter: 'gcloud'
49+ # options:
50+ # client: 'gcloud_client_service'
51+ # bucket: 'bucket_name'
52+ # prefix: 'optional/path/prefix'
53+ # api_url: 'https://storage.googleapis.com'
5454
5555fs_local :
5656 adapter : ' local'
@@ -69,20 +69,20 @@ fs_local:
6969fs_memory :
7070 adapter : ' memory'
7171
72- fs_null :
73- adapter : ' null'
72+ # fs_null:
73+ # adapter: 'null'
7474
75- fs_rackspace :
76- adapter : ' rackspace'
77- options :
78- container : ' rackspace_container_service'
79- prefix : ' optional/path/prefix'
75+ # fs_rackspace:
76+ # adapter: 'rackspace'
77+ # options:
78+ # container: 'rackspace_container_service'
79+ # prefix: 'optional/path/prefix'
8080
81- fs_replicate :
82- adapter : ' replicate'
83- options :
84- source : ' fs_aws'
85- replica : ' fs_local'
81+ # fs_replicate:
82+ # adapter: 'replicate'
83+ # options:
84+ # source: 'fs_aws'
85+ # replica: 'fs_local'
8686
8787fs_sftp :
8888 adapter : ' sftp'
@@ -95,14 +95,14 @@ fs_sftp:
9595 root : ' /path/to/root'
9696 timeout : 10
9797
98- fs_webdav :
99- adapter : ' webdav'
100- options :
101- client : ' webdav_client_service'
102- prefix : ' optional/path/prefix'
103- use_stream_copy : false
98+ # fs_webdav:
99+ # adapter: 'webdav'
100+ # options:
101+ # client: 'webdav_client_service'
102+ # prefix: 'optional/path/prefix'
103+ # use_stream_copy: false
104104
105- fs_zip :
106- adapter : ' zip'
107- options :
108- path : ' %kernel.project_dir%/archive.zip'
105+ # fs_zip:
106+ # adapter: 'zip'
107+ # options:
108+ # path: '%kernel.project_dir%/archive.zip'
0 commit comments