Skip to content

Commit 25a225c

Browse files
committed
libfaasm(s3): add prefix right after bucket for get keys
1 parent fc39cd1 commit 25a225c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libfaasm/faasm/host_interface.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ void __faasm_s3_list_keys(const char* bucketName,
185185
// Note that keysBuffer is, in reality, a char** populated by the host
186186
HOST_IFACE_FUNC
187187
void __faasm_s3_list_keys_with_prefix(const char* bucketName,
188+
const char* prefix,
188189
void* keysBuffer,
189-
int* keysBufferLens,
190-
const char* prefix);
190+
int* keysBufferLens);
191191

192192
HOST_IFACE_FUNC
193193
int __faasm_s3_add_key_bytes(const char* bucketName,

0 commit comments

Comments
 (0)