mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
add codespell action (#18818)
Original work here, #18474, refixed and updated.
This commit is contained in:
@@ -95,7 +95,7 @@ var ServerFlags = []cli.Flag{
|
||||
cli.DurationFlag{
|
||||
Name: "idle-timeout",
|
||||
Value: xhttp.DefaultIdleTimeout,
|
||||
Usage: "idle timeout is the maximum amount of time to wait for the next request when keep-alives are enabled",
|
||||
Usage: "idle timeout is the maximum amount of time to wait for the next request when keep-alive are enabled",
|
||||
EnvVar: "MINIO_IDLE_TIMEOUT",
|
||||
Hidden: true,
|
||||
},
|
||||
@@ -415,7 +415,7 @@ func initAllSubsystems(ctx context.Context) {
|
||||
globalBucketVersioningSys = NewBucketVersioningSys()
|
||||
}
|
||||
|
||||
// Create new bucket replication subsytem
|
||||
// Create new bucket replication subsystem
|
||||
globalBucketTargetSys = NewBucketTargetSys(GlobalContext)
|
||||
|
||||
// Create new ILM tier configuration subsystem
|
||||
|
||||
Reference in New Issue
Block a user