Package app.coronawarn.server.services.distribution.objectstore.client
-
Interface Summary Interface Description ObjectStoreClient Simple Storage Service (aka S3) client to perform bucket and object operations. -
Class Summary Class Description ObjectStorePublishingConfig Manages the instantiation of theObjectStoreClient
bean.S3ClientWrapper Implementation ofObjectStoreClient
that encapsulates anS3Client
.S3Object Represents an object as discovered on S3. -
Enum Summary Enum Description ObjectStoreClient.HeaderKey Provides the supported header keys. -
Exception Summary Exception Description ObjectStoreOperationFailedException ObjectStoreOperationFailedException
indicates that a object store operation could not be performed.