aboutsummaryrefslogtreecommitdiff
path: root/s3_worker_impl.cpp
diff options
context:
space:
mode:
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