You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These env vars are credentials to authenticate to S3.
If they're unset, we can't possibly upload to S3.
So we shouldn't try to.
Also, optimize boolean logic expression (ANDing products of ANDs
is equivalent to just ANDing all the base-level components directly.)
0 commit comments