0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript630 stars (630 stars)98 forks (98 forks)batch import
help wantednice-to-haveteh-futar
Description
Use s3 to store builds and redirect to the build server if no key.
Contributor guide
- Tech stack
- javascriptnodejsaws
- Domain
- backendcloud
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Node.jsAWS S3Express basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 35
- Research direction
- Examine the current build storage mechanism in the wzrd.in codebase. Look at the main server file (likely index.js or app.js) to understand how builds are currently served and stored. Then implement S3 integration using the AWS SDK, ensuring builds are redirected correctly when missing. Consider adding environment variables for S3 credentials.