| Interface | Description |
|---|---|
| StorageService |
Groups all operations on data storage into a single class.
|
| Class | Description |
|---|---|
| BaseDelegatingStorage |
This storage delegates real work of reading/writing/listing files to actual storage implementation.
|
| RegexDelegatingStorage |
This storage delegates real work of reading/writing/listing files to actual storage implementation
based on regex matching of received URI.
|
| SchemeDelegatingStorage |
This storage delegates real work of reading/writing/listing files to actual storage implementation
based on
URI.getScheme(). |
| UriBasedAuthStorageService |
Storage connection pool that creates S3/or other clients on the fly, based on provided credentials in URI.
|
| UriBasedAuthStorageService.AccessId | |
| UserBasedDelegatingStorage |
Copyright © 2020. All rights reserved.