Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for generateListObjectsV1Response (0.09 sec)

  1. cmd/api-response.go

    		prefixes = append(prefixes, prefixItem)
    	}
    	data.CommonPrefixes = prefixes
    	return data
    }
    
    // generates an ListObjectsV1 response for the said bucket with other enumerated options.
    func generateListObjectsV1Response(ctx context.Context, bucket, prefix, marker, delimiter, encodingType string, maxKeys int, resp ListObjectsInfo) ListObjectsResponse {
    	contents := make([]Object, 0, len(resp.Objects))
    	owner := &Owner{
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Oct 24 04:05:19 UTC 2025
    - 35K bytes
    - Viewed (0)
Back to top