A ridiculously simple S3 alternative for the modern web - FILE0
Do more with less code.File0 is the easiest way to manage files in serverless apps. What used to take hours to build, now takes minutes.const url = await f0.publish('image.png');const s3 = new S3Client({ region: region, credentials: { accessKeyId: accessKeyId, secretAccessKey: secretAccessKey }});const bucketPolicy = { Version: "2012-10-17", Statement: [ { Effect: "Allow", Principal: "*", Action: "s3:GetObject", Resource: "arn:aws:s3:::mybucket/image.png...
Read more at file0.dev