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 4f094c6 commit 3bda977Copy full SHA for 3bda977
src/pages/[platform]/build-a-backend/functions/grant-access-to-other-resources/index.mdx
@@ -72,7 +72,7 @@ const s3Client = new S3Client();
72
73
export const handler = async () => {
74
const command = new PutObjectCommand({
75
- Bucket: env.myReports_BUCKET_NAME,
+ Bucket: env.MY_REPORTS_BUCKET_NAME,
76
Key: `reports/${new Date().toISOString()}.csv`,
77
Body: new Blob([''], { type: 'text/csv;charset=utf-8;' })
78
});
0 commit comments