Skip to content

Conversation

@chopadetejaswini
Copy link
Contributor

Have taken pull form main and again update the code for added Putmapping for minio

try {
registryHelper.authorize(entity, entityId, httpServletRequest);
} catch (Exception e) {
e.printStackTrace();
Copy link
Contributor

Choose a reason for hiding this comment

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

use ExceptionUtils.getStackTrace(e)

}
} catch (Exception e) {
documentsResponse.addError(file.getOriginalFilename());
logger.error("Error has occurred while trying to save the file {}", fileName);
Copy link
Contributor

Choose a reason for hiding this comment

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

use ExceptionUtils.getStackTrace(e)

@chopadetejaswini chopadetejaswini changed the title commit for FileStorageUpdation2 updating files in a MinIO storage system Oct 11, 2023
# Conflicts:
#	java/registry/src/main/java/dev/sunbirdrc/registry/controller/FileStorageController.java
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.

2 participants