Skip to content

Commit

Permalink
documentation edit + fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dabcoder committed May 3, 2024
1 parent 5a23120 commit 3d95e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/awss3exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following exporter configuration parameters are supported.
| `marshaler` | marshaler used to produce output data | `otlp_json` |
| `encoding` | Encoding extension to use to marshal data. Overrides the `marshaler` configuration option if set. | |
| `encoding_file_extension` | file format extension suffix when using the `encoding` configuration option. May be left empty for no suffix to be appended. | |
| `endpoint` | overrides the endpoint used by the exporter instead of constructing it from `region` and `s3_bucket` | |
| `endpoint` | overrides the endpoint used by the exporter instead of constructing it from `region` and `s3_bucket`. region still needs to be provided. | |
| `s3_force_path_style` | [set this to `true` to force the request to use path-style addressing](http://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html) | false |
| `disable_ssl` | set this to `true` to disable SSL when sending requests | false |
| `compression` | should the file be compressed | none |
Expand Down

0 comments on commit 3d95e5a

Please sign in to comment.