Failed save logs in AWS S3 Bucket (File Storage)

Thanks, Matt! Sorry for misunderstanding for the use of S3 filestore.
Another questions :

  1. 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”: “”,
}
}

  1. 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