Class decorator: enable cloud storage with a single disk, declaratively.
@CloudFile({ driver: 's3', bucket, region }) registers the CloudFileServiceProvider and
sets that disk as the default. For multiple disks or richer setups, configure stone.filesystem
via @Configuration() (or the imperative cloudFileBlueprint) instead.
Class decorator: enable cloud storage with a single disk, declaratively.
@CloudFile({ driver: 's3', bucket, region })registers the CloudFileServiceProvider and sets that disk as the default. For multiple disks or richer setups, configurestone.filesystemvia@Configuration()(or the imperativecloudFileBlueprint) instead.