OmniSciDB
a5dc49c757
|
#include <optional>
#include <string>
#include <vector>
#include <aws/s3/model/Object.h>
#include "Shared/DateTimeParser.h"
#include "Shared/file_path_util.h"
Go to the source code of this file.
Classes | |
class | foreign_storage::FileOrderS3 |
Namespaces | |
foreign_storage | |
Typedefs | |
using | foreign_storage::S3ObjectComparator = std::function< bool(const Aws::S3::Model::Object &, const Aws::S3::Model::Object &)> |
Functions | |
std::vector < Aws::S3::Model::Object > | foreign_storage::s3_objects_filter_sort_files (const std::vector< Aws::S3::Model::Object > &file_paths, const shared::FilePathOptions &options) |