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

   Fix #1775 
   
   Output:
   ```
   $ ./target/debug/oli stat s3://prod/20230313/model_asset.txt
   Path: prod/20230313/model_asset.txt
   Size: 85248
   Etag: "44739e04cf530998004923a11a981728"
   Type: file
   Content-Type: binary/octet-stream
   LastModified: 2023-03-13 2:42:28.0 +00:00:00
   
   $ ./target/debug/oli stat s3://prod/20230313/
   Path: prod/20230313/
   Size: 0
   Type: dir
   
   $ ./target/debug/oli stat ./Cargo.toml
   Path: github/opendal/Cargo.toml
   Size: 990
   Type: file
   LastModified: 2023-03-24 15:24:29.749171368 +00:00:00
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to