Package io.micronaut.objectstorage.aws
@Configuration
@Requires(property="micronaut.object-storage.aws.enabled",
notEquals="false")
package io.micronaut.objectstorage.aws
Object Storage Classes related to AWS S3.
- Since:
- 1.0.0
- Author:
- Sergio del Amo
- See Also:
-
ClassDescriptionAWS object storage configuration properties.AWS S3 module configuration.An
ObjectStorageEntry
implementation for AWS S3.AWS implementation ofObjectStorageOperations
.