score-spec / score-compose

Reference implementation for docker-compose target platform support
https://docs.score.dev/docs/score-implementation/score-compose/
Apache License 2.0
449 stars 42 forks source link

fix(provisioners): small s3 reliability improvements #215

Closed astromechza closed 3 days ago

astromechza commented 3 days ago

Found these while testing compatibility between score-k8s and score-compose.

  1. region for minio should be us-east-1. S3 clients using sigv4 signing may require a region.
  2. simplify the bucket name to not have a . in it
  3. improvement the startup scripts reliability with set-eu