st-tech / gatling-operator

Automating distributed Gatling load testing using Kubernetes operator
MIT License
68 stars 21 forks source link

[Feature Request]: Support for Alternative S3 Storage Providers in Test Reports Slack notifications links #122

Open andrzejmikolajczakds opened 1 week ago

andrzejmikolajczakds commented 1 week ago

Summary

We would like to request the capability to run tests and obtain reports from various S3 storage providers.

Currently, it is possible to send reports files to other S3 providers by using cloudStorageSpec.provider="aws" and setting the RCLONE_* environment variables. However, the Slack notifications contain a link with the "s3.amazonaws.com" host, which is specific to AWS.

We propose an enhancement to allow the Slack notification links to support others than AWS S3 providers.

I am willing to contribute to this improvement in the gatling-operator.

Thank you for considering this request.

kane8n commented 1 week ago

@andrzejmikolajczakds I understand that this is a proposal to support S3 compatible storage as described in https://rclone.org/s3/#configuration. I have no particular objection and would appreciate your contribution!

I am willing to contribute to this improvement in the gatling-operator.

We would greatly appreciate your contribution! Please submit a Pull Request, and we will review it!

andrzejmikolajczakds commented 3 days ago

Hi @kane8n,

I've created a PR. I'm not sure if you're receiving notifications for new PRs in the repository, so I wanted to give you a heads-up.

Thanks!