sdan
Explore posts from serversRailway Github Action
https://blog.railway.app/p/github-actions for reference
i think the issue is that idk if workingDirectory is the right term
11 replies
CDCloudflare Developers
•Created by Jeff on 8/15/2023 in #r2
Presigned URLs
using typescript instead
import { S3Client } from '@aws-sdk/client-s3'
export const r2 = new S3Client({
region: 'auto',
endpoint:
https://${process.env.R2_ACCOUNT_ID}.r2.cloudflarestorage.com
,
credentials: {
accessKeyId: process.env.R2_ACCESS_KEY_ID '',
secretAccessKey: process.env.R2_SECRET_ACCESS_KEY '',
},
})11 replies