summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/ext/storage_sources/s3_store/s3_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/ext/storage_sources/s3_store/s3_connection.h')
-rw-r--r--src/third_party/wiredtiger/ext/storage_sources/s3_store/s3_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/ext/storage_sources/s3_store/s3_connection.h b/src/third_party/wiredtiger/ext/storage_sources/s3_store/s3_connection.h
index 297f5674ba5..914c8742ee1 100644
--- a/src/third_party/wiredtiger/ext/storage_sources/s3_store/s3_connection.h
+++ b/src/third_party/wiredtiger/ext/storage_sources/s3_store/s3_connection.h
@@ -20,7 +20,7 @@ class S3Connection {
uint32_t batchSize = 1000, bool listSingle = false) const;
int PutObject(const std::string &objectKey, const std::string &fileName) const;
int DeleteObject(const std::string &objectKey) const;
- int ObjectExists(const std::string &objectKey, bool &exists) const;
+ int ObjectExists(const std::string &objectKey, bool &exists, size_t &objectSize) const;
int GetObject(const std::string &objectKey, const std::string &path) const;
~S3Connection() = default;