We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644adcb commit 8d0d0a8Copy full SHA for 8d0d0a8
ui/src/lib/s3.ts
@@ -60,7 +60,6 @@ async function getObjectContent(key: string): Promise<string | null> {
60
const body = await response.Body?.transformToString();
61
return body || null;
62
} catch (error) {
63
- console.error(`Failed to get S3 object ${key}:`, error);
64
return null;
65
}
66
0 commit comments