await s3Client.send(new PutObjectCommand({
Bucket: process.env.R2_BUCKET_NAME,
Key: key,
Body: JSON.stringify(newMetadata, null, 2),
ContentType: 'application/json',
ACL: 'public-read',
}));
await s3Client.send(new PutObjectCommand({
Bucket: process.env.R2_BUCKET_NAME,
Key: key,
Body: JSON.stringify(newMetadata, null, 2),
ContentType: 'application/json',
ACL: 'public-read',
}));