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 bucket operations.AWS object storage configuration properties.AWS S3 module configuration.An
ObjectStorageEntryimplementation for AWS S3.AWS implementation ofObjectStorageOperations.Reactive AWS bucket operations.Reactive AWS S3 object storage operations backed by the native async SDK client.Registers thes3:resource loader.