Skip to content

Commit a1c54c1

Browse files
authored
s3: tolerate missing when get keys (#132)
1 parent 6589bbc commit a1c54c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libfaasm/faasm/host_interface.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,5 +202,6 @@ HOST_IFACE_FUNC
202202
int __faasm_s3_get_key_bytes(const char* bucketName,
203203
const char* keyName,
204204
void* keyBuffer,
205-
int* keyBufferLen);
205+
int* keyBufferLen,
206+
bool tolerateMissing = false);
206207
#endif

0 commit comments

Comments
 (0)