Skip to content

Commit

Permalink
ReadMes update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Oct 25, 2023
1 parent 38695f7 commit 78067af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## [Unreleased]
### Added
- `MINIO_USE_TLS` environment variable to address [Issue #136](https://github.com/reportportal/service-auto-analyzer/issues/136), by @HardNorth
- `CURRENT_AND_THE_SAME_NAME` and `PREVIOUS_LAUNCH` analyze options handling, by @HardNorth
- `launch_number` data parameter indexing and usage, by @HardNorth

## [5.10.0]
### Changed
- Global structure update
- Deprecated `unique_id` field changed to `test_case_hash`, by @HardNorth
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
| MINIO_SHORT_HOST | string | minio:9000 | you need to set short host and port to the minio service. This property is used in case `ANALYZER_BINARYSTORE_TYPE` is set to `minio`. |
| MINIO_ACCESS_KEY | string | minio | you need to set a minio access key here |
| MINIO_SECRET_KEY | string | minio123 | you need to set a minio secret key here |
| MINIO_USE_TLS | boolean | false | Flag to indicate to use secure (TLS) connection to S3 service or not. |
| ANALYZER_BINSTORE_BUCKETPREFIX | string | prj- | the prefix for buckets which are added to each project filepath. |
| ANALYZER_BINSTORE_MINIO_REGION | string | | the region which you can specify for saving in AWS S3 |
| INSTANCE_TASK_TYPE | string | | if you want to run a standard analyzer instance, leave it as blank. If you want to run an instance for training, set "train" here. |
Expand Down

0 comments on commit 78067af

Please sign in to comment.