Skip to content

Instantly share code, notes, and snippets.

@VictorHugoBatista
Created March 10, 2025 23:27
Show Gist options
  • Save VictorHugoBatista/1b52a6b6e8798f8bbb763a2932a6580f to your computer and use it in GitHub Desktop.
Save VictorHugoBatista/1b52a6b6e8798f8bbb763a2932a6580f to your computer and use it in GitHub Desktop.
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