You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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>"
Request Type
Question
Work Environment
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.
The text was updated successfully, but these errors were encountered: