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