26#ifndef S3ContainerStorage_h_
27#define S3ContainerStorage_h_ 1
29#include "BESContainerStorageVolatile.h"
50 void add_container(
const std::string &s_name,
const std::string &r_name,
const std::string &type)
override;
52 void dump(std::ostream &strm)
const override;
BESContainerStorageVolatile(const std::string &n)
create an instance of this persistent store with the given name.
void dump(std::ostream &strm) const override
dumps information about this object
void add_container(const std::string &s_name, const std::string &r_name, const std::string &type) override
adds a container with the provided information
S3ContainerStorage(const std::string &n)
create an instance of this persistent store with the given name.