mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:30:06 +00:00
Refresh AWS level 2 data over multiple days
This commit is contained in:
parent
690f3f6216
commit
80310029e5
3 changed files with 54 additions and 12 deletions
|
|
@ -28,7 +28,9 @@ public:
|
|||
AwsLevel2DataProvider(AwsLevel2DataProvider&&) noexcept;
|
||||
AwsLevel2DataProvider& operator=(AwsLevel2DataProvider&&) noexcept;
|
||||
|
||||
void ListObjects(std::chrono::system_clock::time_point date);
|
||||
size_t cache_size() const;
|
||||
|
||||
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