Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 315 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 315 Bytes

backend

Simulating s3 using LocalStack

https://docs.localstack.cloud/user-guide/aws/s3/

pip3 install "awscli-local[ver1]"

Create bucket manually with following command:

awslocal s3api create-bucket --bucket itvault-bucket
awslocal s3api list-objects --bucket itvault-bucket