https://github.com/philips-labs/s3dl
Tiny microservice to download files from your private S3 bucket using pre-signed URLs
https://github.com/philips-labs/s3dl
Last synced: 5 months ago
JSON representation
Tiny microservice to download files from your private S3 bucket using pre-signed URLs
- Host: GitHub
- URL: https://github.com/philips-labs/s3dl
- Owner: philips-labs
- License: mit
- Created: 2020-05-28T20:13:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T22:32:42.000Z (11 months ago)
- Last Synced: 2025-04-30T06:07:37.376Z (5 months ago)
- Language: Go
- Size: 379 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# S3DL
S3DL generates pre-signed S3 Download URLS for any key in the
attached S3 bucket. This is very convenient if you want to use
your S3 bucket as a public file store# Usage
Deployment is optimized for Cloud foundry. Bind your S3 bucket to the app| Path | Description |
|------|-------------|
| `/download?key=PATH` | Downloads the object at PATH |
| `/object/PATH` | Downloads the object at PATH |# Config
| Environment | Description | Default |
|-------------|-------------|---------|
| `S3DL_EXPIRE` | Validity of pre-siging URL in minutes | 15 |# Contact / Getting help
andy.lo-a-foe@philips.com# license
License is MIT