backend: Update ContinuationToken handling in S3Service to use undefined when not provided
This commit is contained in:
parent
a0b7d42002
commit
3731d648fc
@ -146,7 +146,7 @@ export class S3Service {
|
||||
Bucket: bucket,
|
||||
Prefix: basePrefix,
|
||||
MaxKeys: maxKeys,
|
||||
ContinuationToken: continuationToken
|
||||
ContinuationToken: continuationToken ? continuationToken : undefined
|
||||
});
|
||||
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user