Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

prefix option in list blobs doesn't work as expected #145

Closed
m-chele opened this issue Jan 12, 2018 · 2 comments
Closed

prefix option in list blobs doesn't work as expected #145

m-chele opened this issue Jan 12, 2018 · 2 comments
Assignees
Labels

Comments

@m-chele
Copy link

m-chele commented Jan 12, 2018

The "prefix" option used in listBlobs(request, query) function performs a "contains" with this instruction: 'name': { '$contains': query.prefix } instead it should do something like a "start_with".
I think also listContainer can be affected but I didn't verify.

@arafato arafato self-assigned this Jan 15, 2018
@arafato arafato added the bug label Jan 15, 2018
@arafato
Copy link
Owner

arafato commented Jan 15, 2018

@m-chele thanks for reporting! Confirmed as bug. Will roll out fix with v1.8.4 asap. Will keep you posted here.

arafato added a commit that referenced this issue Jan 15, 2018
@arafato
Copy link
Owner

arafato commented Jan 15, 2018

@m-chele just released fix as v1.8.4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants