Add s3 protocol to URIReader
This commit is contained in:
parent
3734c90544
commit
6c117b63cf
3 changed files with 126 additions and 3 deletions
|
@ -17,4 +17,5 @@ namespace Util{
|
|||
uint64_t getNTP();
|
||||
uint64_t epoch(); ///< Gets the amount of seconds since 01/01/1970.
|
||||
std::string getUTCString(uint64_t epoch = 0);
|
||||
std::string getDateString(uint64_t epoch = 0);
|
||||
}// namespace Util
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue