open-duelyst / duelyst

Duelyst is a digital collectible card game and turn-based strategy hybrid, developed by Counterplay Games.
Creative Commons Zero v1.0 Universal
3.63k stars 559 forks source link

[P3] Fix consistency of AWS environment variables #284

Closed willroberts closed 1 year ago

willroberts commented 1 year ago

Summary

We currently use AWS_ACCESS_KEY and AWS_SECRET_KEY in Gulp, but we use AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY in Config. We should sync these up for consistency. The easiest change would be to use the first set of values, since those are used in documentation as well.

Impacted services