Skip to content

Commit 8800e81

Browse files
committed
Bump the number back up.
1 parent 9e7ed76 commit 8800e81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/storage/object/copy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { putObjectWithVersion } from '../version/put.js';
2121
import { listCommand } from '../utils/list.js';
2222
import { hasPermission } from '../../utils/auth.js';
2323

24-
const MAX_KEYS = 35;
24+
const MAX_KEYS = 900;
2525

2626
export const copyFile = async (config, env, daCtx, sourceKey, details, isRename) => {
2727
const Key = `${sourceKey.replace(details.source, details.destination)}`;

src/storage/utils/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function buildInput(bucket, org, key) {
7878
return {
7979
Bucket: bucket,
8080
Prefix: `${org}/${key}/`,
81-
MaxKeys: 35,
81+
MaxKeys: 300,
8282
};
8383
}
8484

0 commit comments

Comments
 (0)