Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config): Detected S3 credentials now works
detected-s3-creds: Previously it was using a logical OR to check whether the `STORE_ACCESS_KEY` and `STORE_SECRET_KEY` were required (i.e. either the credentials are not detected OR the credentials were not already configured), but now uses a logical AND instead.
- Loading branch information