Tommaso Piazza
Tommaso Piazza
Please try pre-release [v0.6.1.11](https://github.com/blender/Rome/releases/tag/v0.6.1.11) I added logging of beginning uploading/downloading/zipping/unzipping if `-v` verbose is specified. Also when `-v` is specified all logs should be timestamped. Progress indication will come later....
#22 has been merged and the following has been implemented: - Added logging of beginning / ending operation if -v verbose flag is entered - Added timestamp to log of...
Implementing download progress report in #44
Thanks, I'll look into it
@ekimia this works for me if I do ``` export AWS_ACCESS_KEY_ID= export AWS_SECRET_ACCESS_KEY= ``` Debug tip: Try to echo those two variables from inside your bash script. Seems to me...
@ekimia but do they exist in `compile.sh` ?
@ekimia ok Thanks. The problem then seems to be much deeps than Rome. I'll try to make a minimal experiment and see. Thanks for your understanding and for finding a...
@itsthejb Unless you're trying to use the "engine" feature, Rome doesn't launch any child process. It's using system provided access to env variables via http://hackage.haskell.org/package/base-4.12.0.0/docs/System-Environment.html#v:lookupEnv I doubt this is bug...
try `AWS_REGION= ... AWS_ACCESS_KEY_ID=... AWS_SECRET_ACCESS_KEY=... rome ...`
Also, if you are using Minio instead of S3 you need `AWS_ENDPOINT` If you use a custom profile you also need `AWS_PROFILE`