Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 819 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 819 Bytes

s3-browser

A simple NextJS application to view s3 prefixes and files in a local S3 bucket.

Getting Started

First, create a .env.local config file. You may refer to .env.local.example for the required values.

Next, make sure your AWS credentials are loaded into your bash environment.

Next, build and run the server:

npm run build

npm start

Open https://localhost:3000 with your browser to view the page and browse your S3 bucket!

This has been tested with Localstack

Development

npm run dev

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

Upcoming Features:

  • Add user input fields to remove need to use environment file
  • Refactor code