You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by richardARPANET <gi...@git.apache.org> on 2019/01/08 14:36:15 UTC

[GitHub] libcloud pull request #1275: Adds missing docs for param ex_prefix & adds to...

GitHub user richardARPANET opened a pull request:

    https://github.com/apache/libcloud/pull/1275

    Adds missing docs for param ex_prefix & adds to DummyStore

    ## Adds missing docs for param ex_prefix & adds to DummyStore
    
    ### Description
    
    Adds missing docs for param ``ex_prefix`` within list_container_objects method.
        
    Also adds ex_prefix functionality to the DummyStore, since all other stores have this feature.
    
    
    ### Status
    
    - done, ready for review
    
    ### Checklist (tick everything that applies)
    
    - [x] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks)
    - [x] Documentation
    - [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
    - [ ] [CLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/richardARPANET/libcloud corrects-list-container-objects-docs

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/1275.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1275
    
----
commit 09af52a3918258606b5696e6fbe6add2fc072e3c
Author: Richard O'Dwyer <ri...@...>
Date:   2019-01-08T14:01:50Z

    Adds missing docs for param ``ex_prefix`` within list_container_objects method.
    
    Also adds ex_prefix functionality to the DummyStore, since all other stores have this feature.

----


---