Rename request for AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
#2164
Labels
good first bug
For new comers
AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
#2164
It would be nice to rename these variables to
SCCACHE_ACCESS_KEY
/SCCACHE_SECRET_KEY
orSCCACHE_AWS_ACCESS_KEY
/SCCACHE_AWS_SECRET_KEY
to be consistent with all the other variables used by sccache.Moreover, it's impossible to use another AWS key of the same name for something else simultaneously with sccache.
It also might be a good idea to add these variables directly to the sccache config file.
The text was updated successfully, but these errors were encountered: