Skip to content
  • Stavros Sachtouris's avatar
    Add some parameters to storage.list_object · 3f7e4e14
    Stavros Sachtouris authored
    :param limit: (int) The amount of results requested
    
    :param marker: (str) Return containers with name lexicographically
        after marker
    
    :param prefix: (str) Return objects starting with prefix
    
    :param format: (str) reply format can be json or xml (default:json)
    
    :param delimiter: (str) Return objects up to the delimiter
    
    :param path: (str) assume prefix = path and delimiter = /
    
    Bug #3596
    3f7e4e14