Skip to content

Commit

Permalink
testing workflow, changing doc without updating doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqo committed Oct 3, 2024
1 parent 1128908 commit 4c360de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class S3StorageConfig extends AbstractConfig {
private static final String S3_BUCKET_NAME_DOC = "S3 bucket to store log segments";
public static final String S3_ENDPOINT_URL_CONFIG = "s3.endpoint.url";
private static final String S3_ENDPOINT_URL_DOC = "Custom S3 endpoint URL. "
+ "To be used with custom S3-compatible backends (e.g. minio).";
+ "To be used with custom S3-compatible backends (e.g. minio). TEST";
public static final String S3_REGION_CONFIG = "s3.region";
private static final String S3_REGION_DOC = "AWS region where S3 bucket is placed";
static final String S3_PATH_STYLE_ENABLED_CONFIG = "s3.path.style.access.enabled";
Expand Down

0 comments on commit 4c360de

Please sign in to comment.