Capture

Fast image capture to object storage

Check each photo before it is saved and synced.

0 waiting

Ready

Activity

    Is the image clear?

    Photo preview

    R2 configuration

    Generic S3-compatible upload, tested with Cloudflare R2 EU. Configuration is stored in IndexedDB and localStorage.

    R2 bucket setup

    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
      }
    ]