Skip to content

Commit

Permalink
Update src/storage/object/copy.js
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Peyer <[email protected]>
  • Loading branch information
bstopp and chrischrischris authored Nov 5, 2024
1 parent 82da50b commit 1c2fec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/object/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
import getS3Config from '../utils/config.js';
import { listCommand } from '../utils/list.js';

const MaxKeys = 900;
const MAX_KEYS = 900;

Check failure on line 20 in src/storage/object/copy.js

View workflow job for this annotation

GitHub Actions / Running tests (20.x)

'MAX_KEYS' is assigned a value but never used. Allowed unused vars must match /^_$/u

export const copyFile = async (client, daCtx, sourceKey, details, isRename) => {
const Key = `${sourceKey.replace(details.source, details.destination)}`;
Expand Down

0 comments on commit 1c2fec2

Please sign in to comment.