50.1 LocalStack for S3 (#50 Work with LocalStack)
This commit is contained in:
6
docker-compose/support-portal/init-s3-bucket-api.sh
Normal file
6
docker-compose/support-portal/init-s3-bucket-api.sh
Normal 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)
|
||||
Reference in New Issue
Block a user