Aggregating Reports in AWS S3

Our Gatling tests are run using multiple AWS EC2 instances and the simulation.log from each instance is aggregated in AWS S3 under the same directory (e.g., sim_log/sim_log1.log, sim_log/sim_log2.log, sim_log/sim_log3.log). The s3 bucket has a link to the log directory. Can I generate an aggregated report using this link? Something like $GATLING_HOME/bin/gatling.sh -ro sim_log -rf https://s3-us-west-1.amazonaws.com/s3bucket

Nope. You’ll have to download them locally.