Skip to content

monstajoe2002/data-uploader

Repository files navigation

data-uploader

A simple tool to upload data to or delete from an S3 bucket.

Installation

git clone https://github.com/monstajoe2002/data-uploader
npm install 

Usage

Firstly, you need to create a .env file in the root directory of the project.

There is already a .env.example file in the root directory. You can copy the contents of the .env.example file and paste it into the .env file.

Then, you need to add your AWS credentials to the .env file. The .env file should look like this

VITE_AWS_ACCESS_KEY_ID= XXXXXXXXXXX
VITE_AWS_SECRET_ACCESS_KEY= XXXXXXXXXXX

Now you can run the project:

npm run dev

About

A simple S3 object manager built using Svelte

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published