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

updating files in a MinIO storage system #241

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

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