mrFlick72 / file-to-s3-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

file to s3 demo

it is a demo to how to use spring integration to store file in S3 with db auditing reading files from a folder

how to set up

  • start the docker compose in order to have S3 in local
  • execute the following command
aws s3api create-bucket --bucket file-to-s3-demo --endpoint http://localhost:4566 --region us-east-1
  • start the application
  • put files in the loading-folder folder
  • enjoy ;)

how to see if it works

aws s3 ls s3://file-to-s3-demo --endpoint http://localhost:4566 --region us-east-1

About

License:Apache License 2.0


Languages

Language:Java 100.0%