#!/bin/sh

mkdir -p "/data/${THANOS_MINIO_BUCKET_NAME}"

exec "$@"
