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
When runnning the CLI command to restart or resume the stale uploads, the the response returns empty list.
It looks like the commands did not restart or resume the stale uploads.
POSTPROCESSING_DELAY
file.txt
ocis storage-users uploads sessions --resume and ocis storage-users uploads sessions --restart
ocis storage-users uploads sessions --resume
ocis storage-users uploads sessions --restart
It should list the file that is restarted or resumed.
Returns empty list.
+---------+-------------+---------+---------+------+--------------+----------+----------+----------------+---------------+----------------+ | Space | Upload Id | Name | Offset | Size | Executant | Owner | Expires | Processing | Scan Date | Scan Result | +---------+-------------+---------+---------+------+--------------+----------+----------+----------------+---------------+----------------+ +---------+-------------+---------+---------+------+--------------+----------+----------+----------------+---------------+----------------+
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When runnning the CLI command to restart or resume the stale uploads, the the response returns empty list.
It looks like the commands did not restart or resume the stale uploads.
Steps to reproduce
POSTPROCESSING_DELAY
envfile.txt
and make the file to be in stale stateocis storage-users uploads sessions --resume
and
ocis storage-users uploads sessions --restart
Expected behavior
It should list the file that is restarted or resumed.
Actual behavior
Returns empty list.
+---------+-------------+---------+---------+------+--------------+----------+----------+----------------+---------------+----------------+
| Space | Upload Id | Name | Offset | Size | Executant | Owner | Expires | Processing | Scan Date | Scan Result |
+---------+-------------+---------+---------+------+--------------+----------+----------+----------------+---------------+----------------+
+---------+-------------+---------+---------+------+--------------+----------+----------+----------------+---------------+----------------+
Setup
The text was updated successfully, but these errors were encountered: