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
mc ls with server only support ListObjects also works
Actual behavior
Not working
Detail
This issue is almost the same as #3073 but on different server implementation. #3101 solved #3073 by checking host url with google and use ListObjects for google only.
In reality, there exists other implementation that only support ListObjects (but not V2 variant) which still suffer from this issue.
Possible solution
Maybe we could add a key to config like UseLegacyListObject to instruct mc to use ListObjects in ls?
The text was updated successfully, but these errors were encountered:
@deantvv That is not something we are planning to support. You are welcome to send a pull request and we can discuss the feature there if it is implemented non-intrusively.
Expected behavior
mc ls with server only support ListObjects also works
Actual behavior
Not working
Detail
This issue is almost the same as #3073 but on different server implementation.
#3101 solved #3073 by checking host url with google and use
ListObjects
for google only.In reality, there exists other implementation that only support
ListObjects
(but not V2 variant) which still suffer from this issue.Possible solution
Maybe we could add a key to config like
UseLegacyListObject
to instructmc
to useListObjects
in ls?The text was updated successfully, but these errors were encountered: