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

Allow dotCLI to push very large files #30206

Open
jdcmsd opened this issue Oct 1, 2024 · 1 comment
Open

Allow dotCLI to push very large files #30206

jdcmsd opened this issue Oct 1, 2024 · 1 comment

Comments

@jdcmsd
Copy link
Contributor

jdcmsd commented Oct 1, 2024

Parent Issue

No response

User Story

As a user, I may need to move files larger than 50 mb from a workstation to an instance. Whereas we're looking for dotCLI to eventually take on all of WebDAV's old duties, that should ultimately include the management of files of arbitrary size.

Acceptance Criteria

Remove the 50 mb limit on dotCLI file transfers, and allow the command line to move files up to the maximum size the system itself can allow.

Proposed Objective

Core Features

Proposed Priority

Priority 3 - Average

External Links... Slack Conversations, Support Tickets, Figma Designs, etc.

No response

Assumptions & Initiation Needs

Current errors received when attempting to push large files:

[ERROR] ❗  Error pushing asset [/test2g] 
 RESTEASY005081: File limit of 50MB has been reached. The entity cannot be processed. Increase the size with the configuration property dev.resteasy.entity.file.threshold.
[ERROR] ❗  Error pushing asset [/test5g] 
 RESTEASY005081: File limit of 50MB has been reached. The entity cannot be processed. Increase the size with the configuration property dev.resteasy.entity.file.threshold.
[ERROR] ❗  Error pushing asset [/test10g] 
 RESTEASY005081: File limit of 50MB has been reached. The entity cannot be processed. Increase the size with the configuration property dev.resteasy.entity.file.threshold.

Quarkus's dev.resteasy.entity.file.threshold is at the heart of this, but @fabrizzio-dotCMS and I were not able to find a quick and easy workaround at the level of local variables.

Quality Assurance Notes & Workarounds

No response

Sub-Tasks & Estimates

No response

@wezell
Copy link
Contributor

wezell commented Oct 1, 2024

Oof, I did not know we had a 50mb limit. Def needs to change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

2 participants