Values.CreateBackendStorageResourceConfigSourceThe resource configuration for creating backend storage.
type nonrec t = {bucketName : string option;The name of the S3 bucket.
*)permissions : BackendStoragePermissions.t;The authorization configuration for the storage S3 bucket.
*)serviceName : ServiceName.t;The name of the storage service.
*)}val make :
?bucketName:??? ->
permissions:BackendStoragePermissions.t ->
serviceName:ServiceName.t ->
unit ->
t