This is an automated email from the ASF dual-hosted git repository.

matthieu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.


    from 8e3eb60  JAMES-2272 enforce responsibilities segregation for 
Worker/Manager/WorkQueue
     new 514cc90  JAMES-2815 Stop storing twice in AWS S3 BlobStore
     new 92da31b  JAMES-2815 Store directly small blobs in ObjectStore

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../{PutBlobFunction.java => BlobPutter.java}      |  11 +-
 .../blob/objectstorage/ObjectStorageBlobsDAO.java  |  55 ++++---
 .../ObjectStorageBlobsDAOBuilder.java              |  14 +-
 .../objectstorage/StreamCompatibleBlobPutter.java  |  55 +++++++
 .../blob/objectstorage/aws/AwsS3ObjectStorage.java | 169 ++++++++++++---------
 .../aws/AwsS3ObjectStorageBlobsDAOBuilderTest.java |   2 +-
 .../ObjectStorageDependenciesModule.java           |   6 +-
 7 files changed, 205 insertions(+), 107 deletions(-)
 rename 
server/blob/blob-objectstorage/src/main/java/org/apache/james/blob/objectstorage/{PutBlobFunction.java
 => BlobPutter.java} (81%)
 create mode 100644 
server/blob/blob-objectstorage/src/main/java/org/apache/james/blob/objectstorage/StreamCompatibleBlobPutter.java


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to