[Question] "akka.stream.alpakka.s3.S3Exception" when trying to upload a file as an attachment in TheHive5.1
pedromgvg opened this issue · 2 comments
pedromgvg commented
Request Type
Question
Work Environment
Question | Answer |
---|---|
OS version (server) | CentOS |
OS version (client) | Windows 11 |
Virtualized Env. | True |
TheHive version / git hash | 5.1 |
Package Type | Docker |
Database | Cassandra |
Index type | Elasticsearch |
Attachments storage | Local |
Question
Hello, everyone.
I'm trying to upload a file as an attachment to TheHive5.1. However, I get the exception "akka.stream.alpakka.s3.S3Exception".
Any idea of what is wrong and what I should modify?
Logs below.
Thanks.
43n51c commented
hello. you need to add s3 bucket in minio (port 9000) with name "thehive"
dragsu commented
I'm facing the same issue and I got minio running in 9000 and has a bucket named "thehive".
Potential fix:
- Create a user identity in :9090/identity/users
- If you use the docker-compose in https://docs.strangebee.com/thehive/installation/docker/docker/#quick-start, replace -
--s3access-key
and--s3-secret-key
values with created user identity user name and password
"--s3access-key"
- "<minio_identity_username>"
- "--s3-secret-key"
- "<minio_identity_password>"