-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmap34-feedbackbugfeature: external storagefeature: object storage
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
When there is a storage quota set on an S3 storage that is connected to Nextcloud, and you try to move/copy some files there that would cause it to meet or exceed the quota, the error message that is displayed to the user does not indicate what the error is. When checking the request response, you can see the error about the quota. It looks like there should be a function to parse that and display it, but I don't think it works right.
Steps to reproduce
- Set up an S3 storage
- Connect it to Nextcloud via the files_external app
- Set a quota on the S3 storage
- Try to move or copy some files on Nextcloud to the S3 storage
- See the error
Expected behavior
The expected behavior is that the user would be correctly informed why the move/copy operation failed, instead of an unclear, all-purpose error message.
Nextcloud Server version
34 (master)
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Nginx
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
- Default user-backend (database)
- LDAP/ Active Directory
- SSO - SAML
- Other
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmap34-feedbackbugfeature: external storagefeature: object storage