I Started a localstack container that works perfectly well but I need to wait for the s3 bucket created from the script located in /docker-entrypoint-initaws.d to be fully functionnal before launching my other container.
I know there is a possibility to wait for localstack to be fully prepared with :
healthcheck:
test: ["CMD", "curl", "http://localhost:4566/health?reload"]
But is there a way that allows to check health for a specific s3 bucket ?