Fast image capture to object storage
Check each photo before it is saved and synced.
Ready
Generic S3-compatible upload, tested with Cloudflare R2 EU. Configuration is stored in IndexedDB and localStorage.
Add this CORS policy to the bucket:
[ { "AllowedOrigins": ["https://snap.roelberger.com"], "AllowedMethods": ["PUT"], "AllowedHeaders": [ "Authorization", "Content-Type", "X-Amz-Content-Sha256", "X-Amz-Date" ], "MaxAgeSeconds": 3600 } ]