Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ending1 (0.13 sec)

  1. cmd/api-response.go

    	Delimiter          string `xml:"Delimiter,omitempty"`
    	Prefix             string
    	EncodingType       string `xml:"EncodingType,omitempty"`
    	MaxUploads         int
    	IsTruncated        bool
    
    	// List of pending uploads.
    	Uploads []Upload `xml:"Upload"`
    
    	// Delimed common prefixes.
    	CommonPrefixes []CommonPrefix
    }
    
    // ListBucketsResponse - format for list buckets response
    type ListBucketsResponse struct {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 33.3K bytes
    - Viewed (2)
Back to top