Static browser UI for one-off bulk uploads to an S3 bucket via simple PUT requests.
index.htmlstyles.cssapp.jsThis app sends unsigned browser requests directly to S3. The bucket policy must temporarily allow anonymous PUT uploads.
Replace YOUR_BUCKET_NAME.
Replace https://<your-user>.github.io with your GitHub Pages origin.
Bucket, prefix, and region can be pre-filled via URL query parameters:
https://<your-user>.github.io/s3-uploader/?bucket=my-bucket&prefix=uploads®ion=us-west-2