You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by "knight42 (via GitHub)" <gi...@apache.org> on 2023/03/24 16:12:57 UTC

[GitHub] [incubator-opendal] knight42 opened a new pull request, #1755: feat(oli): implement `oli ls`

knight42 opened a new pull request, #1755:
URL: https://github.com/apache/incubator-opendal/pull/1755

   Fix #1740 
   
   Output:
   ```
   $ ./target/debug/oli ls s3://prod/
   20230310/
   20230313/
   $ ./target/debug/oli ls s3://prod/ -r
   prod/20230310/material_asset.txt
   prod/20230310/model_asset.txt
   prod/20230313/material_asset.txt
   prod/20230313/model_asset.txt
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-opendal] Xuanwo commented on pull request #1755: feat(oli): implement `oli ls`

Posted by "Xuanwo (via GitHub)" <gi...@apache.org>.
Xuanwo commented on PR #1755:
URL: https://github.com/apache/incubator-opendal/pull/1755#issuecomment-1483112002

   service that not support neither list not scan doesn't have this magic.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-opendal] knight42 commented on pull request #1755: feat(oli): implement `oli ls`

Posted by "knight42 (via GitHub)" <gi...@apache.org>.
knight42 commented on PR #1755:
URL: https://github.com/apache/incubator-opendal/pull/1755#issuecomment-1483065342

   @Xuanwo 
   > OpenDAL has some magic internally, so all services will provide both scan and list support.
   
   I have tried `http` and `redis` service, and it seems they don't support list
   ```
   $ ./target/debug/oli ls ustcmirror://
   Error: Unsupported (permanent) at list, context: { service: http } => operation is not supported
   ```
   Am i missing sth?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-opendal] Xuanwo merged pull request #1755: feat(oli): implement `oli ls`

Posted by "Xuanwo (via GitHub)" <gi...@apache.org>.
Xuanwo merged PR #1755:
URL: https://github.com/apache/incubator-opendal/pull/1755


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org