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:
 
- 
ClassesClassDescriptionAWS object storage configuration properties.AWS S3 module configuration.An
ObjectStorageEntryimplementation for AWS S3.AWS implementation ofObjectStorageOperations.