You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: