jeantil commented on PR #2960: URL: https://github.com/apache/james-project/pull/2960#issuecomment-4034299842
> * [ ] better validation for metadata > * [ ] Store metadata in blob stores > * [ ] xattr for files > * [ ] extra collumn for PG, cassandra > * [ ] Object metadata for S3 > * [ ] Direct storage for memory > * [ ] Passing those around for other blobStore DAO I think we should only use dedicated properties to store acitvely managed metadata, the remaining metadata as a Map<String,String> can be serializaed with the payload. this avoids possible capability conflicts between blog stores. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
