We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It will be nice to have oportunity to use custom s3 provider like Minio.
Minio is AWS S3 compatible, so we can use ordinary aws cli with it. For example:
aws --endpoint-url https://play.min.io:9000 s3 ls
Therefore I think it's possible to implement this without completely rewriting the current implementation.
Unfortunatly, I dont have any expirience with AWS and AWS-SDK to realise it by myself.
The text was updated successfully, but these errors were encountered:
This part of the implementation should work if you follow the minio documentation below.
vuls/reporter/s3.go
Lines 38 to 45 in 7044929
https://github.com/krishnasrinivas/cookbook/blob/master/docs/aws-sdk-for-go-with-minio.md
Sorry, something went wrong.
MaineK00n
Successfully merging a pull request may close this issue.
Description
It will be nice to have oportunity to use custom s3 provider like Minio.
Minio is AWS S3 compatible, so we can use ordinary aws cli with it. For example:
Therefore I think it's possible to implement this without completely rewriting the current implementation.
Unfortunatly, I dont have any expirience with AWS and AWS-SDK to realise it by myself.
The text was updated successfully, but these errors were encountered: