tighten / takeout

Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now.
MIT License
1.59k stars 83 forks source link

Change Minio for updated authorization info #248

Closed mattstauffer closed 3 years ago

mattstauffer commented 3 years ago

Since release RELEASE.2021-04-22T15-44-28Z., MINIO_ACCESS_KEY and MINIO_SECRET_KEY have been deprecated in favor of MINIO_ROOT_USER and MINIO_ROOT_PASSWORD. I don't know when those two became available, but we need to switch to the new variables for future builds.

The only question is, should we diff depending on the version someone picks and then pass one vs the other? or just drop access key/secret key in favor of the more modern way?

I'm leaning toward just dropping the old one and if anyone requests the old one we can potentially add it then.

Discovered by @darkboywonder

mattstauffer commented 3 years ago

Fixed in v1.8.11