1.0.0-alpha15 • Published 3 months ago
@smblitz/s3explorer v1.0.0-alpha15
@smblitz/s3explorer
GUI for browsing S3 buckets, to facilitate local development. Currently tested against localstack and MinIO.
Using Package
To run the package using npx
run following command,
# export variable that'll be used by package
export S3_ENDPOINT=
export S3_ACCESS_KEY_ID=
export S3_SECRET_ACCESS_KEY=
# finally run the package directly using npx
npx @smblitz/s3explorer
Supported Environment Variables
- S3_PORT (optional, default
3000
) - S3_REGION (optional, default
us-east-1
) - S3_ENDPOINT (required)
- S3_ACCESS_KEY_ID (required)
- S3_SECRET_ACCESS_KEY (required)
Dev Setup
If you'd like to contribute to the package,
- Clone this repository
- If you have Visual Studio Code installed, open the cloned repository in it and it'll prompt you to open in container.
Once in container, run the package locally using following command in dev container,
# export variable that'll be used by package export S3_ENDPOINT=http://s3:4566 export S3_ACCESS_KEY_ID=1234 export S3_SECRET_ACCESS_KEY=1234 # start in watch mode npm run start:dev
If you'd like to populate Localstack S3 container (started when you open this repository in Visual Studio Code) with fake data then run following,
npm run populateS3
1.0.0-alpha15
3 months ago
1.0.0-alpha14
3 months ago
1.0.0-alpha13
3 years ago
1.0.0-alpha12
3 years ago
1.0.0-alpha11
3 years ago
1.0.0-alpha10
3 years ago
1.0.0-alpha9
3 years ago
1.0.0-alpha8
3 years ago
1.0.0-alpha7
3 years ago
1.0.0-alpha6
3 years ago
1.0.0-alpha5
3 years ago
1.0.0-alpha4
3 years ago
1.0.0-alpha3
3 years ago
1.0.0-alpha2
3 years ago