aboutsummaryrefslogtreecommitdiff
path: root/s3_worker_impl.cpp
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-09-14 00:30:41 +0800
committerMistivia <i@mistivia.com>2025-09-14 00:30:41 +0800
commit35c8f8e94f0346856130b2a96a7c99790796e53f (patch)
tree8fbf1e5e8b99d8cdfa41765f4a9776d4d891acb6 /s3_worker_impl.cpp
parenta4daf467f871b0e77f07f1071b47b960da7bfba9 (diff)
add aws s3 client
Diffstat (limited to 's3_worker_impl.cpp')
-rw-r--r--s3_worker_impl.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/s3_worker_impl.cpp b/s3_worker_impl.cpp
deleted file mode 100644
index ccfe7e0..0000000
--- a/s3_worker_impl.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-#include "s3_worker.h"
-
-#include <aws/core/Aws.h>
-#include <aws/s3/S3Client.h>
-#include <aws/s3/model/PutObjectRequest.h>
-
-void *s3client;
-
-void s3client_init() {
-
-}
-
-void s3client_put(const char *filename, const char *object_name) {
-
-}
-
-void s3client_delete(const char *object_name) {
-
-} \ No newline at end of file