50.1 LocalStack for S3 (#50 Work with LocalStack)

This commit is contained in:
Art
2023-01-12 15:45:31 +02:00
parent 9e9779e05e
commit af1e9114b1
4 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/bash
# -- > Create S3 Bucket
echo $(awslocal s3 mb s3://portal-user-profile-images)
# --> List S3 Buckets
echo $(awslocal s3 ls)