{
"system": {
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.locking": "\\OC\\Memcache\\Redis",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"filelocking.enabled": true,
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 6379,
"timeout": 0
},
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
**********
],
"dbtype": "mysql",
"version": "18.0.1.3",
"overwrite.cli.url": "********",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"twofactor_enforced": "false",
"twofactor_enforced_groups": [],
"twofactor_enforced_excluded_groups": [],
"updater.secret": "***REMOVED SENSITIVE VALUE***",
"theme": "",
"loglevel": 2
}
}
Steps to reproduce
Expected behaviour
Uploaded file is given a relevant content-type, based on extension or MIME
Actual behaviour
File is given
application/octet-stream(The same file uploaded through the S3 web UI is given
image/pngcorrectly.Server configuration
Operating system: Ubuntu 18.04
Web server: NGINX
Database: MariaDB
PHP version: 7.3, I think
Nextcloud version: (see Nextcloud admin page) 18.0.1 (issue also present on 18.0.0)
Updated from an older Nextcloud/ownCloud or fresh install: Updated from 18.0.0
Where did you install Nextcloud from: https://hub.docker.com/r/linuxserver/nextcloud
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: local/smb/sftp/... S3
Are you using encryption: no
Are you using an external user-backend, if yes which one: No
Client configuration
Browser: Firefox
Operating system: Arch Linux