[READ-ONLY] Mirror of https://github.com/andrioid/s3preview. Preview serving microservice for s3. Generates and uploads any missing thumbnails. Redirects to existing.
0

Configure Feed

Select the types of activity you want to include in your feed.

7 2 0

Clone this repository

https://git.vm.fail/andri.dk/s3preview https://git.vm.fail/did:plc:pftxnd6agnfs3abpbgnh2tg6
ssh://git@knot1.tangled.sh:2222/andri.dk/s3preview ssh://git@knot1.tangled.sh:2222/did:plc:pftxnd6agnfs3abpbgnh2tg6

For self-hosted knots, clone URLs may differ based on your setup.


README.md

s3preview#

Preview service for AWS S3. A small prototype, made at Aalborg Hackathon.

Serves:

  • http://{object}
    • Will pass-through the image from S3 (used for debugging purposes)
  • http://{object}/{preview-type}
    • If the preview exists, redirect to it
    • If the preview doesn't exist, create it, upload it and then show it

Features#

  • No Database of Any Kind
  • Only here to act as middle-man so that your other services don't have to create preview files

Preview Types#

Configured in config.toml

Default types are: "large", "small", "thumbnail"