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 fd96deb commit c0f3e48Copy full SHA for c0f3e48
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