File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ composer require league/flysystem-bundle
41414 . [ Caching metadata in Symfony cache] ( https://github.com/thephpleague/flysystem-bundle/blob/master/docs/4-caching-metadata-in-symfony-cache.md )
42425 . [ Creating a custom adapter] ( https://github.com/thephpleague/flysystem-bundle/blob/master/docs/5-creating-a-custom-adapter.md )
4343
44- A. [ Security issue disclosure procedure] ( https://github.com/thephpleague/flysystem-bundle/blob/master/docs/A-security-disclosure-procedure.md )
45- B. [ Configuration reference] ( https://github.com/thephpleague/flysystem-bundle/blob/master/docs/B-configuration-reference.md )
44+ * [ Security issue disclosure procedure] ( https://github.com/thephpleague/flysystem-bundle/blob/master/docs/A-security-disclosure-procedure.md )
45+ * [ Configuration reference] ( https://github.com/thephpleague/flysystem-bundle/blob/master/docs/B-configuration-reference.md )
4646
4747## Security Issues
4848
Original file line number Diff line number Diff line change @@ -79,6 +79,10 @@ This means you have two way of using the defined storages:
7979
8080* or using manual injection, by injecting the service named `default.storage` inside
8181 your services.
82+
83+ Once you have a FilesystemInterface, you can call methods from the
84+ [Filesystem API](https://flysystem.thephpleague.com/docs/usage/filesystem-api/)
85+ to interact with your storage.
8286
8387
8488# # Using multiple storages to improve readability
You can’t perform that action at this time.
0 commit comments