Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: add / use 'Client._list_resource' method #446

Merged
merged 5 commits into from
Jun 8, 2021

Commits on Jun 8, 2021

  1. refactor: add 'Client._list_resource' method

    Toward #38.
    tseaver committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    4d0cb8b View commit details
    Browse the repository at this point in the history
  2. refactor: use 'Client._list_resource' in 'Client.list_blobs'

    Also, adjust tests for 'Bucket.list_blobs' not to depend on anything but
    calling 'Client.list_blobs'.
    
    Toward #38
    tseaver committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    0352fdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    211d22d View commit details
    Browse the repository at this point in the history
  4. refactor: use 'Client._list_resource' in 'Client.list_hmac_keys'

    Also, provide explicit coverage for 'client._item_to_bucket' and
    'client._item_to_hmack_key_metadata' helpers.
    
    Toward #38
    tseaver committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    8c6c4e8 View commit details
    Browse the repository at this point in the history
  5. refactor: use 'Client._list_resource' in 'Bucket.list_notificatoins'

    Also, provide explicit coverage for 'bucket._item_to_notification'.
    
    Toward #38
    tseaver committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    68b762e View commit details
    Browse the repository at this point in the history