Skip to content

The application runs a routine to delete files from S3. I created it to explore the fundamentals of the Go language.

Notifications You must be signed in to change notification settings

rafaelgpimenta/file-cleaner

Repository files navigation

File Cleaner

The application runs a routine to delete files from S3. I created it to explore the fundamentals of the Go language.

Build

go build cmd/cleaner/main.go

Run

Using your Go setup

Keeps dependencies running after execution

./scripts/start-app.sh --keep

Removes dependencies after execution

./scripts/start-app.sh

Using docker compose

# starts cleaner application with dependencies
docker compose -f docker-compose/docker-compose.yml up -d
# removes containers
docker compose -f docker-compose/docker-compose.yml down

About

The application runs a routine to delete files from S3. I created it to explore the fundamentals of the Go language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published