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,6 @@
#!/bin/bash
# -- > Create S3 Bucket
echo 'Starting.....................'
echo $(awslocal s3api create-bucket --bucket portal-user-profile-images)
# --> List S3 Buckets
echo $(awslocal s3api list-buckets)