Update README.md

This commit is contained in:
Zdeněk Topič 2018-10-23 11:54:01 +02:00 committed by GitHub
parent d68cc0049b
commit 90e93c5eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Filesystem
# Disks
File storage abstraction layer for Vapor 3. Simple interface to interact and manipulate with files without caring about tha backing storage - local or cloud.
For tests, you can simply use local filesystem and for staging or production AWS S3 with different buckets. In both cases, you will leverage the same API and chaging the location is only a matter of configuration.
@ -9,7 +9,7 @@ For tests, you can simply use local filesystem and for staging or production AWS
- [x] Generic API for handling common file operations
- [x] Local filesystem integration
- [ ] Cloud services integrations (AWS S3)
- [x] Mutiple filesystems in single application, mixed adapters
- [x] Mutiple file storage systems in single application, mixed adapters
- [x] Non-blocking
- [ ] Link generation
- [x] Vapor 3 compatible