You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [Set Amazon S3 as Cloud Storage](#set-amazon-s3-as-cloud-storage)
25
-
- [Set Different from Amazon S3 Provider as Cloud Storage](#set-different-from-amazon-s3-provider-as-cloud-storage)
25
+
- [Set S3 as Cloud Storage](#set-s3-as-cloud-storage)
26
26
- [Set Google Cloud Storage as Cloud Storage](#set-google-cloud-storage-as-cloud-storage)
27
27
- [Set Azure Blob Storage as Cloud Storage](#set-azure-blob-storage-as-cloud-storage)
28
28
- [Configure Notification Service Provider](#configure-notification-service-provider)
@@ -658,10 +658,10 @@ Here is an IAM policy to attach for Gatling Pod to interact with Amazon S3 bucke
658
658
- Replace `BUCKET_NAME` above with your bucket name
659
659
- To know more about the ways to supply rclone with a set of AWS credentials, please check [this](https://rclone.org/s3/#configuration).
660
660
661
-
#### Set Different from Amazon S3 Provider as Cloud Storage
661
+
#### Set S3 as Cloud Storage
662
662
663
663
This section provides guidance on setting up any cloud storage provider that supports the S3 API.
664
-
In this example suppose you want to store Gatling reports to a bucket named `gatling-operator-reports` in OHV's S3 provider, specifically in the `de` region.
664
+
In this example suppose you want to store Gatling reports to a bucket named `gatling-operator-reports` in OVH's S3 provider, specifically in the `de` region.
665
665
You configure each fields in `.spec.cloudStorageSpec` and set `RCLONE_S3_ENDPOINT` env like this:
0 commit comments