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

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


    from 92da31b  JAMES-2815 Store directly small blobs in ObjectStore
     new 6f984a1  JAMES-2806 Upgrade Jcloud version
     new 542b4cb  JAMES-2806 ObjectStorage Swift save retry save() on non 
existing bucket
     new b5fb2f7  JAMES-2806 ObjectStorage S3 retry save() on non existing 
bucket
     new 126320b  JAMES-2806 ObjectStorageBlobDAO no need to create bucket 
explicitly
     new 95456ef  JAMES-2806 ObjectStorage Swift should retry when saving empty 
blob
     new 2232634  JAMES-2806 ObjectStorage Swift retry one more time when fails 
to save
     new c6666eb  JAMES-2806 use fixed bucket name in tests

The 7 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:
 server/blob/blob-objectstorage/pom.xml             |  6 +-
 .../blob/objectstorage/ObjectStorageBlobsDAO.java  |  7 --
 .../objectstorage/StreamCompatibleBlobPutter.java  | 65 +++++++++++++++-
 .../blob/objectstorage/aws/AwsS3ObjectStorage.java | 72 +++++++++++-------
 .../ObjectStorageBlobsDAOAWSTest.java              | 87 ++++++++++++++++++++++
 .../ObjectStorageBlobsDAOContract.java             |  1 -
 .../objectstorage/ObjectStorageBlobsDAOTest.java   | 33 ++------
 .../aws/AwsS3ObjectStorageBlobsDAOBuilderTest.java |  4 +-
 ...tKeystone2ObjectStorageBlobsDAOBuilderTest.java |  3 +-
 ...tKeystone3ObjectStorageBlobsDAOBuilderTest.java |  3 +-
 ...ftTempAuthObjectStorageBlobsDAOBuilderTest.java |  3 +-
 .../ObjectStorageDependenciesModule.java           |  2 -
 .../swift/ObjectStorageBlobStoreModuleTest.java    |  4 -
 13 files changed, 211 insertions(+), 79 deletions(-)
 create mode 100644 
server/blob/blob-objectstorage/src/test/java/org/apache/james/blob/objectstorage/ObjectStorageBlobsDAOAWSTest.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