Skip to content
New issue

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

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

Closed
To-om opened this issue Dec 10, 2020 · 0 comments
Closed

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

To-om opened this issue Dec 10, 2020 · 0 comments
Assignees
Labels
enhancement TheHive4 TheHive4 related issues
Milestone

Comments

@To-om
Copy link
Contributor

To-om commented Dec 10, 2020

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"
  }
}
@To-om To-om added enhancement TheHive4 TheHive4 related issues labels Dec 10, 2020
@To-om To-om added this to the 4.1.0 milestone Dec 10, 2020
@To-om To-om self-assigned this Dec 10, 2020
To-om added a commit that referenced this issue Dec 10, 2020
@To-om To-om closed this as completed Dec 10, 2020
@To-om To-om modified the milestones: 4.1.0, 4.0.3 Dec 11, 2020
To-om added a commit that referenced this issue Dec 11, 2020
@nadouani nadouani changed the title [Bug] Enhance support of S3 for attachment storage [Enhancement] Enhance support of S3 for attachment storage Dec 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement TheHive4 TheHive4 related issues
Projects
None yet
Development

No branches or pull requests

1 participant