Created
March 10, 2025 23:27
-
-
Save VictorHugoBatista/1b52a6b6e8798f8bbb763a2932a6580f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws s3api create-bucket --bucket tasklist-node-tf-localstack --endpoint-url http://localhost:4566 | |
aws s3api list-buckets --endpoint-url http://localhost:4566 | |
aws s3api delete-bucket --bucket tasklist-node-tf-localstack --endpoint-url http://localhost:4566 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment