-
Notifications
You must be signed in to change notification settings - Fork 5
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-82707 || Add single bucket configuration #67
EPMRPP-82707 || Add single bucket configuration #67
Conversation
public void delete(String filePath) throws Exception { | ||
Path targetPath = Paths.get(filePath); | ||
int nameCount = targetPath.getNameCount(); | ||
public S3DataStorageService(BlobStore blobStore, String bucketPrefix, String defaultBucketName, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a Javadoc comment.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* EPMRPP-81362 || Fix security vulnerabilities (#58) * EPMRPP-81362 || Update gson version to make able jcloud work (#59) * EPMRPP-82673-exec-jar promote.yml update (added exec jar) * Merge master to 5.7.5 (#66) * EPMRPP-80865|| Update bom version * [Gradle Release Plugin] - new version commit: '5.7.5'. * EPMRPP-82673-exec-jar promote.yml update (added exec jar) --------- Co-authored-by: miracle8484 <[email protected]> Co-authored-by: reportportal.io <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> * Update version * EPMRPP-82707 || Add single bucket configuration (#67) * EPMRPP-82707 || Add single bucket configuration * EPMRPP-82707 || Refactor according to checkstyle * EPMRPP-79722 || Replace RuntimeException with checked exception when file is not found in CleanStorageJob (#68) * Merge master to hotfix/next (#72) * Release 5.8.0 (#71) * EPMRPP-81362 || Fix security vulnerabilities (#58) * EPMRPP-81362 || Update gson version to make able jcloud work (#59) * Merge master to 5.7.5 (#66) * EPMRPP-80865|| Update bom version * [Gradle Release Plugin] - new version commit: '5.7.5'. * EPMRPP-82673-exec-jar promote.yml update (added exec jar) --------- Co-authored-by: miracle8484 <[email protected]> Co-authored-by: reportportal.io <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> * Update version * EPMRPP-83538 || Job service version is missing on Login page * Update version --------- Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan Kustau <[email protected]> Co-authored-by: reportportal.io <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> Co-authored-by: Andrei Piankouski <[email protected]> * [Gradle Release Plugin] - new version commit: '5.8.1'. --------- Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan Kustau <[email protected]> Co-authored-by: reportportal.io <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> Co-authored-by: Andrei Piankouski <[email protected]> * EPRMPP-83651 || Clean storage job out of memory (#74) * EPMRPP-83651 || Create batching for clean storage job * EPMRPP-83651 || Refactor CleanStorageJob * EPMRPP-83651 || Add check for empty attachment_deletion table * EPMRPP-83651 || Clean attachments list every batch * EPMRPP-83651 || Add default value for feature flags * EPMRPP-83651 || Change logic for CleanStorageJob when using multibucket * EPMRPP-83651 || Fix bug interrupting remove files when bucket is not found * EPMRPP-83651 || Refactor CodeStyle * EPMRPP-83098 || Update datastore variables naming (#75) * Update gradle scripts version * Remove dockerPrepareEnvironment --------- Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan Kustau <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> Co-authored-by: reportportal.io <[email protected]> Co-authored-by: Andrei Piankouski <[email protected]> Co-authored-by: Ivan_Kustau <[email protected]>
No description provided.