- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for underline (0.07 sec)
-
cmd/erasure-multipart.go
dstEntry, dstEntry + ".meta", } // cleanup existing paths first across all drives. er.cleanupMultipartPath(ctx, paths...) g := errgroup.WithNErrs(len(disks)) // Rename file on all underlying storage disks. for index := range disks { g.Go(func() error { if disks[index] == nil { return errDiskNotFound }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 47.3K bytes - Viewed (0) -
cmd/object-multipart-handlers.go
opts.ReplicationRequest = sourceReplReq putObjectPart := objectAPI.PutObjectPart partInfo, err := putObjectPart(ctx, bucket, object, uploadID, partID, pReader, opts) if err != nil { // Verify if the underlying error is signature mismatch. writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL) return } etag := partInfo.ETag if kind, encrypted := crypto.IsEncrypted(mi.UserDefined); encrypted {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 39.5K bytes - Viewed (0) -
cmd/erasure-object.go
for index := range disks { metadata[index].SetTierFreeVersionID(fvID) } diskVersions := make([][]byte, len(disks)) dataDirs := make([]string, len(disks)) // Rename file on all underlying storage disks. for index := range disks { g.Go(func() error { if disks[index] == nil { return errDiskNotFound } // Pick one FileInfo for a disk at index. fi := metadata[index]
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 80.4K bytes - Viewed (0)