-
Notifications
You must be signed in to change notification settings - Fork 0
S3AttachmentContentStore #82
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
base: major-7
Are you sure you want to change the base?
Conversation
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.
Pull request overview
This PR introduces a new S3 integration module for storing XWiki attachment content in Amazon S3-compatible object storage, providing an alternative to filesystem-based storage.
Changes:
- Added S3 configuration management with credential handling and client initialization
- Implemented S3-backed attachment content storage with CRUD operations
- Created new Maven module with AWS SDK S3 dependency
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 12 comments.
| File | Description |
|---|---|
| celements-s3/src/main/java/com/celements/store/s3/S3Config.java | Spring configuration class that creates and configures S3Client bean with credential management and bucket validation |
| celements-s3/src/main/java/com/celements/store/s3/S3AttachmentContentStore.java | Implementation of AttachmentContentStore interface for S3-based attachment storage with versioned key structure |
| celements-s3/pom.xml | Maven configuration for new S3 integration module with AWS SDK dependency |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.