mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +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 |