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 5df26fd JAMES-3544 [ADR] Privacy: deletion of JMAP uploads (#544)
new 27ef6cd JAMES-3544 Allow backward resolution for S3 BucketName
new afe449e JAMES-3615 S3BlobDAO emptying bucket do not take into account
trucated bucket lists
new df70e85 JAMES-3615 BlobStore DAOs should supporting listing buckets
new bac9625 JAMES-3615 BlobStore should supporting listing buckets
new 4d565ea Merge pull request #546 from chibenwa/JAMES-3544-list-buckets
The 12392 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:
.../org/apache/james/blob/aes/AESBlobStoreDAO.java | 5 +
.../apache/james/blob/aes/AESBlobStoreDAOTest.java | 7 +
.../java/org/apache/james/blob/api/BlobStore.java | 2 +
.../org/apache/james/blob/api/BlobStoreDAO.java | 2 +
.../apache/james/blob/api/MetricableBlobStore.java | 5 +
.../james/blob/api/BucketBlobStoreContract.java | 30 +++++
.../james/blob/api/BucketBlobStoreDAOContract.java | 65 ++++++++++
.../blob/cassandra/CassandraBlobStoreDAO.java | 10 +-
.../blob/cassandra/cache/CachedBlobStore.java | 5 +
.../blob/cassandra/CassandraBlobStoreDAOTest.java | 7 +-
.../james/blob/memory/MemoryBlobStoreDAO.java | 7 +
.../james/blob/memory/MemoryBlobStoreDAOTest.java | 7 +
.../blob/objectstorage/aws/BucketNameResolver.java | 13 ++
.../blob/objectstorage/aws/S3BlobStoreDAO.java | 23 +++-
.../objectstorage/aws/BucketNameResolverTest.java | 143 +++++++++++++++++++++
.../deduplication/DeDuplicationBlobStore.scala | 4 +-
.../blob/deduplication/PassThroughBlobStore.scala | 3 +
17 files changed, 329 insertions(+), 9 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]