mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-18 05:35:50 +02:00
6 lines
150 B
Bash
6 lines
150 B
Bash
#!/bin/bash
|
|
|
|
awslocal s3api \
|
|
create-bucket --bucket my-bucket \
|
|
--create-bucket-configuration LocationConstraint=eu-central-1 \
|
|
--region eu-central-1 |