We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
References: owncloud/ocis#10775 (S3 storage truncated to 250000MB per object without error)
This results in the following:
Configs:
STORAGE_USERS_S3NG_PUT_OBJECT_CONCURRENT_STREAM_PARTS
STORAGE_USERS_S3NG_PUT_OBJECT_PART_SIZE
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
References: owncloud/ocis#10775 (S3 storage truncated to 250000MB per object without error)
Defined by the S3 provider !!!
This results in the following:
max file size: 160GB
max file size: 50TB --> busts the single object limit of 5TB when using Wasabi S3
Configs:
STORAGE_USERS_S3NG_PUT_OBJECT_CONCURRENT_STREAM_PARTS
STORAGE_USERS_S3NG_PUT_OBJECT_PART_SIZE
The text was updated successfully, but these errors were encountered: