Update README.markdown
This commit is contained in:
parent
e286eaee47
commit
8c5eab5e0e
|
@ -469,7 +469,7 @@ gaufrette://amazonS3/file
|
||||||
```
|
```
|
||||||
|
|
||||||
### Example 2
|
### Example 2
|
||||||
We define the protocl as data and all filesystem will be saved
|
We define the protocol as data and all filesystem will be saved
|
||||||
``` yaml
|
``` yaml
|
||||||
# app/config/config.yml
|
# app/config/config.yml
|
||||||
knp_gaufrette:
|
knp_gaufrette:
|
||||||
|
@ -477,7 +477,7 @@ knp_gaufrette:
|
||||||
#...
|
#...
|
||||||
|
|
||||||
stream_wrapper:
|
stream_wrapper:
|
||||||
protocol: business
|
protocol: data
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -505,7 +505,7 @@ data://backup1/...
|
||||||
data://amazonS3/...
|
data://amazonS3/...
|
||||||
```
|
```
|
||||||
### Example 4
|
### Example 4
|
||||||
We define the protocol as data and define which filesystem will be used with the domain
|
We define the protocol as data and define which filesystem will be used with the domain aliasing
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
# app/config/config.yml
|
# app/config/config.yml
|
||||||
|
@ -514,7 +514,7 @@ knp_gaufrette:
|
||||||
#...
|
#...
|
||||||
|
|
||||||
stream_wrapper:
|
stream_wrapper:
|
||||||
protocol: gaufrette
|
protocol: data
|
||||||
filesystems:
|
filesystems:
|
||||||
backup: backup1
|
backup: backup1
|
||||||
pictures: amazonS3
|
pictures: amazonS3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user