Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TestStorageRESTClientDeleteFile (0.1 seconds)

  1. cmd/storage-rest_test.go

    }
    
    func TestStorageRESTClientAppendFile(t *testing.T) {
    	restClient := newStorageRESTHTTPServerClient(t)
    
    	testStorageAPIAppendFile(t, restClient)
    }
    
    func TestStorageRESTClientDeleteFile(t *testing.T) {
    	restClient := newStorageRESTHTTPServerClient(t)
    
    	testStorageAPIDeleteFile(t, restClient)
    }
    
    func TestStorageRESTClientRenameFile(t *testing.T) {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Apr 09 14:28:39 GMT 2025
    - 11.4K bytes
    - Click Count (0)
Back to Top