8000 GitHub - VaggelisKa/testing-s3-localstack
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

VaggelisKa/testing-s3-localstack

Repository files navigation

Node to S3

Connecting simple node js app to a dockerized S3 bucket

Instalation

Clone the project, install Docker and AWS cli

Usage

Navigate to project folder and run

docker-compose build
docker-compose up

If that doesnt work run

TMPDIR=/private$TMPDIR docker-compose up

To check the list of buckets created run

aws --endpoint-url=http://localhost:4566 s3api list-buckets

or by name

aws --endpoint-url=http://localhost:4566 list-buckets --query "Buckets[].Name"

to check the content of the bucket

aws --endpoint-url=http://localhost:4566 s3 ls demo-bucket

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0