You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="name">The name of the resource. This name will be used as the connection string name when referenced in a dependency.</param>
21
-
/// <param name="port">The host port for MiniO.</param>
22
-
/// <param name="rootUser">The parameter used to provide the root user name for the MiniO resource. If <see langword="null"/> a default value will be used.</param>
23
-
/// <param name="rootPassword">The parameter used to provide the administrator password for the MiniO resource. If <see langword="null"/> a random password will be generated.</param>
21
+
/// <param name="port">The host port for MinIO.</param>
22
+
/// <param name="rootUser">The parameter used to provide the root user name for the MinIO resource. If <see langword="null"/> a default value will be used.</param>
23
+
/// <param name="rootPassword">The parameter used to provide the administrator password for the MinIO resource. If <see langword="null"/> a random password will be generated.</param>
24
24
/// <returns>A reference to the <see cref="IResourceBuilder{MinioContainerResource}"/>.</returns>
/// <param name="password">The parameter used to provide the password for the MiniO resource. If <see langword="null"/>, no password will be configured.</param>
89
+
/// <param name="password">The parameter used to provide the password for the MinIO resource. If <see langword="null"/>, no password will be configured.</param>
thrownewInvalidOperationException("The MiniO endpoint must be provided either in configuration section, or as a part of connection string or settings delegate");
62
+
thrownewInvalidOperationException("The MinIO endpoint must be provided either in configuration section, or as a part of connection string or settings delegate");
0 commit comments