Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta backup might upload a file that exceeds the size limit of the backend storage #5468

Open
polyrabbit opened this issue Dec 28, 2024 · 1 comment
Assignees
Labels
kind/feature New feature or request

Comments

@polyrabbit
Copy link
Contributor

What would you like to be added:
Consider switching to multipart upload when the generated backup file is larger than a threshold.

Why is this needed:
Otherwise, the backup procedure will get an EntityTooLarge error - Your proposed upload exceeds the maximum allowed object size.

@polyrabbit polyrabbit added the kind/feature New feature or request label Dec 28, 2024
@davies
Copy link
Contributor

davies commented Jan 4, 2025

We could use sync to upload it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants