Thanks, Matt! Sorry for misunderstanding for the use of S3 filestore.
Another questions :
- So, all logs will be saved in postgres. I’m planning to use Amazon RDS. What should i fill in ENGINE & NAME below configuration? (sentry.conf.py)
DATABASES = {
“default”: {
“ENGINE”: “sentry.db.postgres”,
“NAME”: “postgres”,
“USER”: “postgres”,
“PASSWORD”: “”,
“HOST”: “postgres”,
“PORT”: “”,
}
}
- As S3 is used to save file upload, Why i failed when upload avatars? The question is already here :
Can not change avatar in sentry on premise