A toy pastebin on Cloudflare Workers with E2EE, React frontend and S3-compatible storage backend
Go to file
Peter Cai f32320c27f
drop aws-sdk and hand-roll an S3 client
better than including the huge aws-sdk with a whole bunch of hacks
2020-02-17 12:42:29 +08:00
src drop aws-sdk and hand-roll an S3 client 2020-02-17 12:42:29 +08:00
.gitignore inital commit 2020-02-16 20:55:36 +08:00
index.js inital commit 2020-02-16 20:55:36 +08:00
package-lock.json drop aws-sdk and hand-roll an S3 client 2020-02-17 12:42:29 +08:00
package.json drop aws-sdk and hand-roll an S3 client 2020-02-17 12:42:29 +08:00
webpack.config.js drop aws-sdk and hand-roll an S3 client 2020-02-17 12:42:29 +08:00