Skip to content

Commit ecb405d

Browse files
feat add support for different s3 providers
Docs improvements
1 parent 96aed59 commit ecb405d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- [Parallel Number of Gatling Load Testing](#parallel-number-of-gatling-load-testing)
2323
- [Configure Cloud Storage Provider](#configure-cloud-storage-provider)
2424
- [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)
2626
- [Set Google Cloud Storage as Cloud Storage](#set-google-cloud-storage-as-cloud-storage)
2727
- [Set Azure Blob Storage as Cloud Storage](#set-azure-blob-storage-as-cloud-storage)
2828
- [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
658658
- Replace `BUCKET_NAME` above with your bucket name
659659
- To know more about the ways to supply rclone with a set of AWS credentials, please check [this](https://rclone.org/s3/#configuration).
660660

661-
#### Set Different from Amazon S3 Provider as Cloud Storage
661+
#### Set S3 as Cloud Storage
662662

663663
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.
665665
You configure each fields in `.spec.cloudStorageSpec` and set `RCLONE_S3_ENDPOINT` env like this:
666666

667667
```yaml

0 commit comments

Comments
 (0)