Skip to content

Conversation

tnleeuw
Copy link
Contributor

@tnleeuw tnleeuw commented May 26, 2025

Closes #8967

@tnleeuw tnleeuw self-assigned this May 26, 2025
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
64.4% Coverage on New Code (required ≥ 65%)

See analysis details on SonarQube Cloud

@tnleeuw tnleeuw marked this pull request as ready for review May 28, 2025 07:24
@tnleeuw tnleeuw requested review from evandongen and nielsm5 May 28, 2025 07:24
if (!createFolder && !folderExists(destinationFolder)) {
throw new FolderNotFoundException("folder [" + destinationFolder + "] does not exist");
}
String destinationFile = destinationFolder+FILE_DELIMITER+getName(s3Object);

Map<String, String> metadata = new HashMap<>(customFileAttributes);
metadata.putAll(s3Object.getUserMetadata());
Copy link
Member

Choose a reason for hiding this comment

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

Grappig, deze change stond ook al op mijn lijstje om door te voeren.

@nielsm5 nielsm5 merged commit 6d4cb94 into master May 28, 2025
34 of 35 checks passed
@nielsm5 nielsm5 deleted the feature/8967_DirStoreListenerUseFSUserPropertiesForComments branch May 28, 2025 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display failure reason in comment column in DirectoryListener inlinestore
3 participants