Class GoogleCloudStorageConfiguration
java.lang.Object
io.micronaut.objectstorage.configuration.AbstractObjectStorageConfiguration
io.micronaut.objectstorage.googlecloud.GoogleCloudStorageConfiguration
- All Implemented Interfaces:
io.micronaut.core.naming.Named
,ObjectStorageConfiguration
@EachProperty("micronaut.object-storage.gcp")
public class GoogleCloudStorageConfiguration
extends AbstractObjectStorageConfiguration
Google Cloud object storage configuration properties.
- Since:
- 1.0
- Author:
- Pavol Gressa
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.micronaut.objectstorage.configuration.AbstractObjectStorageConfiguration
getName
-
Field Details
-
NAME
- See Also:
-
PREFIX
- See Also:
-
-
Constructor Details
-
GoogleCloudStorageConfiguration
-
-
Method Details
-
getBucket
The name of the Google Cloud Storage bucket.- Returns:
- The name of the Google Cloud Storage bucket.
-
setBucket
- Parameters:
bucket
- The name of the Google Cloud Storage bucket.
-