Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPMRPP-85017 || Postfix for bucket names in binary storage #903

Merged
merged 3 commits into from
Jul 25, 2023

Conversation

APiankouski
Copy link
Contributor

No description provided.

@Value("${datastore.defaultBucketName}") String defaultBucketName,
@Value("${datastore.region}") String region, FeatureFlagHandler featureFlagHandler) {
return new S3DataStore(blobStore, bucketPrefix, defaultBucketName, region, featureFlagHandler);
return new S3DataStore(blobStore, bucketPrefix, bucketPostfix, defaultBucketName, region, featureFlagHandler);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 114).

@APiankouski APiankouski merged commit 5c8efca into develop Jul 25, 2023
4 checks passed
@IvanKustau IvanKustau deleted the EPMRPP-85017-bucket_postfix branch August 24, 2023 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant