Skip to content

fix(AmazonS3): pass S3 error messages through to the frontend#62163

Open
mejo- wants to merge 1 commit into
masterfrom
fix/s3_quota_exceeded_error_message
Open

fix(AmazonS3): pass S3 error messages through to the frontend#62163
mejo- wants to merge 1 commit into
masterfrom
fix/s3_quota_exceeded_error_message

Conversation

@mejo-

@mejo- mejo- commented Jul 15, 2026

Copy link
Copy Markdown
Member
  • S3Exception to NotPermittedException in Storage/AmazonS3::writeStream()
  • NotPermittedException to Forbidden in Storage/Common::copyFromStorage()

Improves error messages on move/copy operations when bucket quota exceeded

Fixes: #58801

Screenshots

Before After
image image

Checklist

@mejo- mejo- added this to the Nextcloud 35 milestone Jul 15, 2026
@mejo- mejo- self-assigned this Jul 15, 2026
@mejo-
mejo- requested a review from a team as a code owner July 15, 2026 11:11
@mejo-
mejo- removed the request for review from a team July 15, 2026 11:11
@github-project-automation github-project-automation Bot moved this to 🧭 Planning evaluation (don't pick) in 📝 Productivity team Jul 15, 2026
@mejo- mejo- moved this from 🧭 Planning evaluation (don't pick) to 👀 In review in 📝 Productivity team Jul 15, 2026
@mejo-
mejo- requested a review from cuppett July 15, 2026 11:13
@mejo-

mejo- commented Jul 15, 2026

Copy link
Copy Markdown
Member Author

/backport to stable34

Comment thread apps/dav/lib/Connector/Sabre/Directory.php Outdated
Comment thread lib/private/Files/Storage/Common.php
@mejo- mejo- moved this from 👀 In review to 🏗️ In progress in 📝 Productivity team Jul 16, 2026
@mejo-
mejo- force-pushed the fix/s3_quota_exceeded_error_message branch from bff9b94 to 2dda172 Compare July 22, 2026 07:51
@mejo-
mejo- requested a review from CarlSchwan July 22, 2026 07:53
@mejo- mejo- changed the title fix(s3): show S3 error messages in the frontend fix(AmazonS3): pass S3 error messages through to the frontend Jul 22, 2026
@mejo-
mejo- force-pushed the fix/s3_quota_exceeded_error_message branch from 2dda172 to e29de06 Compare July 22, 2026 08:12
* S3Exception to NotPermittedException in Storage/AmazonS3::writeStream()
* NotPermittedException to Forbidden in Storage/Common::copyFromStorage()

Improves error messages on move/copy operations when bucket quota exceeded

Fixes: #58801

Signed-off-by: Jonas <jonas@freesources.org>
@mejo-
mejo- force-pushed the fix/s3_quota_exceeded_error_message branch from e29de06 to cebcc6c Compare July 22, 2026 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: 🏗️ In progress

Development

Successfully merging this pull request may close these issues.

[Bug]: S3 storage quota error message displayed incorrectly

3 participants