#!/usr/bin/env bash readonly bucket="example" readonly timeout="3" echo "Waiting until S3 bucket is created..." i=1 until aws s3api ...
確定! 回上一頁