- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for CopyObject (0.06 sec)
-
cmd/metrics-v2_test.go
t.Errorf("Expected le='0.050' api=copyobject metrics but got '%v'", le) } if value := lowerCopyObjects[0].Value; value != 2 { t.Errorf("Expected le='0.050' api=copyobject value to be 2 but got '%v'", value) } if le := lowerCopyObjects[1].VariableLabels["le"]; le != "5.000" { t.Errorf("Expected le='5.000' api=copyobject metrics but got '%v'", le) } if value := lowerCopyObjects[1].Value; value != 2 {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Mar 30 00:56:02 UTC 2025 - 6.8K bytes - Viewed (0) -
cmd/object-api-input-checks.go
package cmd import ( "context" "encoding/base64" "runtime" "strings" "github.com/minio/minio-go/v7/pkg/s3utils" ) // Checks on CopyObject arguments, bucket and object. func checkCopyObjArgs(ctx context.Context, bucket, object string) error { return checkBucketAndObjectNames(ctx, bucket, object) } // Checks on GetObject arguments, bucket and object.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Apr 04 12:04:40 UTC 2024 - 5.7K bytes - Viewed (0)