Skip to content

[Enhancement] Enhance support of S3 for attachment storage #1705

Closed
@To-om

Description

@To-om

Request Type

Enhancement

Work Environment

TheHive 4.0.0

Description

The S3 storage provider use global configuratuib for endpoint, region and credentials. This settings should be located in provider section, in application.conf:

storage {
  provider: s3
  s3 {
    bucket = "thehive"
    readTimeout = 1 minute
    writeTimeout = 1 minute
    chunkSize = 1 MB
    endpoint = "http://s3.amazonaws.com"
    accessKey = "xxx"
    secretKey = "xxx"
    region = "us-west-1"
  }
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions