Skip to content

Commit

Permalink
remove maxKeys arg in verify client minio query
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Sep 10, 2024
1 parent 7e0cc9c commit 65b8a34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/teraslice/src/lib/storage/backends/s3_store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ export class S3Store {
if (this.isShuttingDown) return false;

const command = {
Bucket: this.bucket,
MaxKeys: 0
Bucket: this.bucket
};
const config = this.terafoundation.connectors.s3[this.connection];
try {
Expand Down

0 comments on commit 65b8a34

Please sign in to comment.