|
iceberg-cpp
|
Mix-in for FileIO implementations that route object paths to per-prefix file systems built from vended storage credentials, letting the catalog stay decoupled from concrete storage implementations. More...
#include <file_io.h>
Public Member Functions | |
| virtual Status | SetStorageCredentials (const std::vector< StorageCredential > &storage_credentials)=0 |
| Install vended storage credentials. | |
| virtual const std::vector< StorageCredential > & | credentials () const =0 |
| Return currently installed storage credentials. | |
Mix-in for FileIO implementations that route object paths to per-prefix file systems built from vended storage credentials, letting the catalog stay decoupled from concrete storage implementations.