Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for smallerThan (0.07 sec)

  1. cmd/batch-handlers.go

    				})
    				if err != nil {
    					batchLogOnceIf(ctx, err, job.ID+"miniogo.New")
    					return
    				}
    
    				// Already validated before arriving here
    				smallerThan, _ := humanize.ParseBytes(*r.Source.Snowball.SmallerThan)
    
    				batch := make([]ObjectInfo, 0, *r.Source.Snowball.Batch)
    				writeFn := func(batch []ObjectInfo) {
    					if len(batch) > 0 {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 18 15:32:09 UTC 2024
    - 62.2K bytes
    - Viewed (0)
Back to top