We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0061a0 commit c099f5fCopy full SHA for c099f5f
scripts/generate-md-exports.mjs
@@ -95,6 +95,7 @@ async function createWork() {
95
96
const existingFilesOnR2 = null;
97
if (accessKeyId && secretAccessKey) {
98
+ existingFilesOnR2 = new Map();
99
console.log(`☁️ Getting existing hashes from R2...`);
100
const s3Client = getS3Client();
101
let continuationToken = undefined;
0 commit comments