carina-studio / ULogViewer

Cross-Platform Universal Log Viewer.
https://carina-studio.github.io/ULogViewer/
MIT License
409 stars 40 forks source link

Question: Does it possible to read log from s3 bucket? #54

Open GrigorievNick opened 3 weeks ago

GrigorievNick commented 3 weeks ago

I checked the documentation and saw a lot of sources, but I don't see s3 directly, only http/https. Is it possible to use this software with logs stored in an s3 bucket in a specific folder?

hamster620 commented 3 weeks ago

Currently we don't have a way to access Amazon S3 directly. You can try using Standard output to read the log file through AWS CLI:

  1. Run command(s) to download log file from Amazon S3 to local: image
  2. Run command such as cat or tail to read the log file: image

More over, we will try integrating AWS CLI into ULogViewer just like Azure CLI in the future release.