Turi Create
4.0
|
#include <core/storage/fileio/s3_api.hpp>
Public Attributes | |
std::string | error |
Non-empty if there was an error. | |
std::vector< std::string > | directories |
A list of all the "sub-directories" found. Encoded with url, see s3url. | |
std::vector< std::string > | objects |
std::vector< size_t > | objects_size |
A list of all the objects size. | |
std::vector< std::string > | objects_last_modified |
Last modified time for the objects. | |
Return type of list_objects;
Definition at line 130 of file s3_api.hpp.
std::vector<std::string> turi::list_objects_response::objects |
A list of all the objects found. Encoded with url, see s3url. this should be really called object_urls;
Definition at line 137 of file s3_api.hpp.