mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 02:46:59 +03:00
S3 bucket listing support and network code refactors.
* Adds support for listing all objects in an S3 bucket. * Renames a bunch of network related classes (Download->Action) * Net actions now have static constructors
This commit is contained in:
parent
c467ebf132
commit
9233477295
27 changed files with 405 additions and 243 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#include "MultiMC.h"
|
||||
#include <logger/QsLog.h>
|
||||
|
||||
ByteArrayDownload::ByteArrayDownload(QUrl url) : Download()
|
||||
ByteArrayDownload::ByteArrayDownload(QUrl url) : NetAction()
|
||||
{
|
||||
m_url = url;
|
||||
m_status = Job_NotStarted;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue