Thrill  0.1
s3_file.cpp File Reference
#include <thrill/vfs/s3_file.hpp>
#include <thrill/common/logger.hpp>
#include <thrill/common/string.hpp>
#include <tlx/die.hpp>
#include <tlx/string/split.hpp>
#include <tlx/string/starts_with.hpp>
#include <algorithm>
#include <limits>
#include <string>
#include <utility>
#include <vector>
+ Include dependency graph for s3_file.cpp:

Go to the source code of this file.

Namespaces

 thrill
 
 thrill::vfs
 

Functions

void S3Deinitialize ()
 
void S3Glob (const std::string &, const GlobType &, FileList &)
 
void S3Initialize ()
 
ReadStreamPtr S3OpenReadStream (const std::string &, const common::Range &)
 
WriteStreamPtr S3OpenWriteStream (const std::string &)