Add s3 protocol to URIReader

This commit is contained in:
Alex Kordic 2022-08-04 14:49:57 +02:00 committed by Thulinma
parent 3734c90544
commit 6c117b63cf
3 changed files with 126 additions and 3 deletions

View file

@ -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