mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:40:05 +00:00
AWS Level 2 Provider FindKey
This commit is contained in:
parent
80310029e5
commit
bde8d288bd
5 changed files with 90 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ public:
|
|||
|
||||
size_t cache_size() const;
|
||||
|
||||
size_t ListObjects(std::chrono::system_clock::time_point date);
|
||||
std::string FindKey(std::chrono::system_clock::time_point time);
|
||||
size_t ListObjects(std::chrono::system_clock::time_point date);
|
||||
std::shared_ptr<wsr88d::Ar2vFile> LoadObjectByKey(const std::string& key);
|
||||
void Refresh();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue