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
occ file:scan
Seen while testing files_external_s3-2.0.0-rc.1 with owncloud core 10.11.0-alpha.2
occ file:scan --all
+---------+-------+--------------+------------------+ | Folders | Files | Elapsed time | Items per second | +---------+-------+--------------+------------------+ | 24 | 31 | 00:00:01 | 56 | +---------+-------+--------------+------------------+
s3cmd put /var/www/owncloud/data/owncloud.log s3://oc-external/
+---------+-------+--------------+------------------+ | Folders | Files | Elapsed time | Items per second | +---------+-------+--------------+------------------+ | 24 | 32 | 00:00:01 | 54 | +---------+-------+--------------+------------------+
s3cmd put /var/www/owncloud/data/owncloud.log s3://oc-external/logs/oc.log
+---------+-------+--------------+------------------+ | Folders | Files | Elapsed time | Items per second | +---------+-------+--------------+------------------+ | 24 | 32 | 00:00:01 | 49 | +---------+-------+--------------+------------------+
Workaround:
The text was updated successfully, but these errors were encountered:
Note: other external storages, likes e.g. SFTP do not have this problem. It seems specific to s3.
Sorry, something went wrong.
No branches or pull requests
Seen while testing files_external_s3-2.0.0-rc.1 with owncloud core 10.11.0-alpha.2
occ file:scan --all
s3cmd put /var/www/owncloud/data/owncloud.log s3://oc-external/
occ file:scan --all
-- it is one more. OKs3cmd put /var/www/owncloud/data/owncloud.log s3://oc-external/logs/oc.log
occ file:scan --all
-- nothing changes. BADWorkaround:
The text was updated successfully, but these errors were encountered: