-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[Bug]: >100MB transfers with S3-compatible object storage fail because of UploadPartCopy
activated
#42068
Comments
UploadPartCopy
activatedUploadPartCopy
activated
This might help (or fix it): #41914 |
Nice! What this does to help this is essentially checking before using |
As the PR affects the connection, it should work in both ways. |
In our environment every users have ceph object storage mounted as external s3 storage. |
Have you tried setting a very high value for |
If i decrease this value i can not copy files of greater size than the set value. |
Alright, I found another parameter causing issues: even with PR #40577 reverted, we call |
With #41914
|
This is now fixed with #43086. Now the only remaining pending fixes are owncloud/TarStreamer#32 and DeepDiver1975/PHPZipStreamer#20. |
Sorry to bother you all with a stupid question, but I cannot find any hint in the documentation on where should I go and what should I do to disable |
Set
|
Thank you, @Ziyann! But what if I am using it as external storage and not as primary storage? |
You should be able to set it with occ like this. |
Thanks, @maandersson! It is not necessary to use |
Bug description
I configured Cubbit DS3 as my external storage endpoint, using Amazon S3 standard.
By default, Nextcloud activates the
UploadPartCopy
flag, which is not supported by Cubbit yet. I see no way to deactivate it in Nextcloud settings or inconfig.php
.Steps to reproduce
Expected behavior
Files should upload and download normally, regardless of their size.
Installation method
Other Community project: YunoHost
Nextcloud Server version
27.1.4
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Nginx
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
My
nextcloud.log
Additional info
Maybe related to #6239
The text was updated successfully, but these errors were encountered: