public class UriBasedAuthStorageService extends BaseDelegatingStorage
| Modifier and Type | Class and Description |
|---|---|
static class |
UriBasedAuthStorageService.AccessId |
| Constructor and Description |
|---|
UriBasedAuthStorageService(Function<UriBasedAuthStorageService.AccessId,StorageService> storageServiceBuilder)
Expects bucket name to be first part of URI part, and endpoint to host + bucket name.
|
UriBasedAuthStorageService(Function<UriBasedAuthStorageService.AccessId,StorageService> storageServiceBuilder,
Function<URI,String[]> segmentator) |
| Modifier and Type | Method and Description |
|---|---|
protected StorageService |
service(AbsoluteLocation location) |
list, objectExists, read, remove, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitflushChunkSizepublic UriBasedAuthStorageService(Function<UriBasedAuthStorageService.AccessId,StorageService> storageServiceBuilder)
public UriBasedAuthStorageService(Function<UriBasedAuthStorageService.AccessId,StorageService> storageServiceBuilder, Function<URI,String[]> segmentator)
protected StorageService service(AbsoluteLocation location)
service in class BaseDelegatingStorageCopyright © 2020. All rights reserved.