Skip to content

Conversation

@msladek
Copy link
Member

@msladek msladek commented Jan 15, 2026

No description provided.

Copy link

Copilot AI left a 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.

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.

3 participants