11 points | by abhay_ramesh a day ago ago
7 comments
At the point I'm running in CF anyways, I'd be far more likely to just use CF's R2 over AWS S3 for storage.
Best thing is i use cloudflare R2 eeverywhere too, and the reason to ditch aws, and pushduck works with R2
aws-sdk is 2MB and doesn't run on Workers. UploadThing is great but you get locked in. Pushduck is thin wrapper over aws4fetch, runs anywhere, and your bucket stays yours.
Where can I find the latest one you published?
Github: https://github.com/abhay-ramesh/pushduck
Sorry forgot to mention the link! Thx
god job
thanks! let me know if you try it, keen to hear where it breaks.
At the point I'm running in CF anyways, I'd be far more likely to just use CF's R2 over AWS S3 for storage.
Best thing is i use cloudflare R2 eeverywhere too, and the reason to ditch aws, and pushduck works with R2
aws-sdk is 2MB and doesn't run on Workers. UploadThing is great but you get locked in. Pushduck is thin wrapper over aws4fetch, runs anywhere, and your bucket stays yours.
Where can I find the latest one you published?
Github: https://github.com/abhay-ramesh/pushduck
Sorry forgot to mention the link! Thx
god job
thanks! let me know if you try it, keen to hear where it breaks.