about summary refs log tree commit diff
path: root/src/libstore/s3.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/s3.hh')
-rw-r--r--src/libstore/s3.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/s3.hh b/src/libstore/s3.hh
index 08a7fbf96e98..4f996400343c 100644
--- a/src/libstore/s3.hh
+++ b/src/libstore/s3.hh
@@ -14,7 +14,7 @@ struct S3Helper
     ref<Aws::Client::ClientConfiguration> config;
     ref<Aws::S3::S3Client> client;
 
-    S3Helper(const std::string & region);
+    S3Helper(const std::string & profile, const std::string & region);
 
     ref<Aws::Client::ClientConfiguration> makeConfig(const std::string & region);