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,
|
Bucket: bucket,
|
||||||
Prefix: basePrefix,
|
Prefix: basePrefix,
|
||||||
MaxKeys: maxKeys,
|
MaxKeys: maxKeys,
|
||||||
ContinuationToken: continuationToken
|
ContinuationToken: continuationToken ? continuationToken : undefined
|
||||||
});
|
});
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user