thetawavegame / thetawave

A physics based, space shooter game made with Rust and the Bevy engine.
https://thetawave.metalmancy.tech
MIT License
164 stars 9 forks source link

Parametrize the asset manager script #124

Closed varoonp123 closed 12 months ago

varoonp123 commented 12 months ago

Replace the asset manager bash script with a Python script that parses args, uses the provided AWS profile, has documentation for all of the CLI params, error handles, and does sync rather than copy. This is set up to be useful for people who do not want to care about/learn the AWS CLI. It is just an aws s3 sync wrapper though