Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for yourobject (0.25 sec)

  1. cmd/storage-rest_test.go

    	}
    
    	testCases := []struct {
    		volumeName     string
    		objectName     string
    		destVolumeName string
    		destObjectName string
    		expectErr      bool
    	}{
    		{"foo", "myobject", "foo", "yourobject", false},
    		{"foo", "yourobject", "bar", "myobject", false},
    		// overwrite.
    		{"foo", "otherobject", "bar", "myobject", false},
    	}
    
    	for i, testCase := range testCases {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Jan 30 20:43:25 GMT 2024
    - 11.4K bytes
    - Viewed (0)
  2. cmd/policy_test.go

    		ConditionValues: map[string][]string{},
    		ObjectName:      "yourobject",
    	}
    
    	yourbucketGetObjectActionArgs := policy.BucketPolicyArgs{
    		AccountName:     "Q3AM3UQ867SPQQA43P2F",
    		Action:          policy.GetObjectAction,
    		BucketName:      "yourbucket",
    		ConditionValues: map[string][]string{},
    		IsOwner:         true,
    		ObjectName:      "yourobject",
    	}
    
    	testCases := []struct {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Sep 04 19:57:37 GMT 2023
    - 8.9K bytes
    - Viewed (0)
Back to top