fibratus icon indicating copy to clipboard operation
fibratus copied to clipboard

Submit capture to S3 bucket

Open rabbitstack opened this issue 5 years ago • 0 comments

Description

It might be useful to automatically upload the capture file to the S3 bucket. For this purpose, the CLI should get an additional flag that would indicate whether the capture file is submitted when the user stops the capturing process. We should strive to make the CLI sexy. For example, introducing a progress bar to render the upload progress.

I'm inclined to initially design the solution in a generic way, regardless of the object store platform. This means we should model the configuration to accept future storage backends.

References

https://github.com/minio/minio https://github.com/minio/minio-goK https://github.com/aws/aws-sdk-go

rabbitstack avatar Dec 02 '20 10:12 rabbitstack