-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Milestone
Description
Steps to reproduce
- Use swift object storage as primary storage
- Upload a lot of files quickly (many small files or use 100 Mbits link)
Expected behaviour
Files are stored directly on the bucket.
Actual behaviour
Error 500 is returned by nextcloud server to nextcloud client, because of an error in objectstore app : « Could not create object: Client error response [status code] 429 [reason phrase] Too Many Requests [url] https://auth.cloud.ovh.net/v2.0/tokens »
Server configuration
Operating system: FreeBSD 11
Web server: nginx + php-fpm
Database: mariaDB
PHP version: 7.0.14
Nextcloud version: 11.0.1
Updated from an older Nextcloud/ownCloud or fresh install: fresh install
Where did you install Nextcloud from: tarball archive
Signing status:
Signing status
No errors have been found.
The content of config/config.php:
Config report
{
"system": {
"instanceid": "oceuv3hz6tp6",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"nuage.van-elstraete.net"
],
"datadirectory": "\/usr\/local\/www\/nextcloud_data",
"overwrite.cli.url": "http:\/\/nuage.van-elstraete.net",
"dbtype": "mysql",
"version": "11.0.1.2",
"dbname": "nextcloud",
"dbhost": "localhost",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "UTC",
"installed": true,
"objectstore": {
"class": "OC\\Files\\ObjectStore\\Swift",
"arguments": {
"username": "***REMOVED SENSITIVE VALUE***",
"password": "***REMOVED SENSITIVE VALUE***",
"bucket": "nextcloud-ve-data",
"autocreate": false,
"region": "GRA1",
"url": "https:\/\/auth.cloud.ovh.net\/v2.0",
"tenantName": "***REMOVED SENSITIVE VALUE***",
"serviceName": "swift"
}
},
"memcache.local": "\\OC\\Memcache\\APCu",
"filelocking.enabled": true,
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "localhost",
"port": 6379,
"timeout": 0
},
"loglevel": 2
}
}
Are you using external storage, if yes which one: none
Are you using encryption: no
Are you using an external user-backend, if yes which one: none