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/23 13:17:17 UTC

[GitHub] [incubator-opendal] knight42 opened a new issue, #1740: oli: implement `oli ls` (`ols`)

knight42 opened a new issue, #1740:
URL: https://github.com/apache/incubator-opendal/issues/1740

   This is a separate issue to track the implementation of `oli ls`.
   
   Related: https://github.com/apache/incubator-opendal/issues/422 [RFC](https://github.com/apache/incubator-opendal/blob/main/core/src/docs/rfcs/0423_command_line_interface.md)
   
   `oli ls` enables users to list objects saved on different services(some services do not support `list` though), for instance
   * List objects in s3 bucket: `oli ls mys3://` (the bucket is configured in profile)
   * List local files: `oli ls /tmp/`
   
   Tasks:
   * [ ] List objects under a prefix
   * [ ] Recursively list objects
   


-- 
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.apache.org

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


[GitHub] [incubator-opendal] knight42 commented on issue #1740: oli: implement `oli ls` (`ols`)

Posted by "knight42 (via GitHub)" <gi...@apache.org>.
knight42 commented on issue #1740:
URL: https://github.com/apache/incubator-opendal/issues/1740#issuecomment-1481183492

   > OpenDAL has some magic internally, so all services will provide both `scan` and `list` support.
   
   Wow.. so 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] Xuanwo closed issue #1740: oli: implement `oli ls` (`ols`)

Posted by "Xuanwo (via GitHub)" <gi...@apache.org>.
Xuanwo closed issue #1740: oli: implement `oli ls` (`ols`)
URL: https://github.com/apache/incubator-opendal/issues/1740


-- 
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 issue #1740: oli: implement `oli ls` (`ols`)

Posted by "Xuanwo (via GitHub)" <gi...@apache.org>.
Xuanwo commented on issue #1740:
URL: https://github.com/apache/incubator-opendal/issues/1740#issuecomment-1481181505

   > some services do not support `list` though
   
   OpenDAL has some magic internally, so all services will provide both `scan` and `list` support.


-- 
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 issue #1740: oli: implement `oli ls` (`ols`)

Posted by "knight42 (via GitHub)" <gi...@apache.org>.
knight42 commented on issue #1740:
URL: https://github.com/apache/incubator-opendal/issues/1740#issuecomment-1481179545

   /assign


-- 
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