-
-
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
No Previews/Thumbnails with Primary Storage S3 + Encryption #3294
Comments
It would be cool though if you could set the key-storage-root to a local path and not to store them in S3. |
@schiessle maybe you can comment on:
|
@gagaha |
Any update on this? Just encountered this issue and this is pretty much preventing me from deploying. |
Any news? I have the same problem on a fresh install of 12.0.3. I'm happy to help with debugging. |
Same Issue here, but I can't download the files. No way. After ~15-20 seconds of loading it ends in an HTTP500 error. The requested URL was: Tested with Nextcloud 12.0.3. |
Same issue here. Previews stop working once I use Nextcloud encryption together with S3 storage:
Nextcloud version: 13.0.2 - 13.0.2.1 |
We recently supplied some fixes for encryption in combination with s3. It will be released with 13.0.6. Please re-open if the problem still exists after the release/update. |
Any news about it ? #17561 |
Steps to reproduce
Expected behaviour
Thumbnails and previews will be generated and displayed
Actual behaviour
I don't get any thumbnails and previews for new files with radosgw S3 as primary storage and Nextclouds server-side encryption for home storage. I can log in and everything looks fine but when I upload files they won't get a thumbnail and I can only download the files. I tried several different file-types but with no success. The sample files (which I suspect to be not encrypted) have thumbnails and previews. I already tried the setup steps in different order. First S3 as primary storage, then enabling encryption and then the other way around. But I always get the same behaviour. The log shows nothing when I upload a file even in debug mode.
Server configuration
Operating system: Ubuntu 16.04
Web server: apache2 + php-fpm
Database: mariaDB
PHP version: 7.0.13
Nextcloud version: 11.0.1
Updated from an older Nextcloud/ownCloud or fresh install: No
Where did you install Nextcloud from: tarball archive
Signing status:
Signing status
List of activated apps:
App list
The content of config/config.php:
Config report
Are you using external storage, if yes which one: No
Are you using encryption: yes
Are you using an external user-backend, if yes which one: No
Client configuration
Browser: Firefox
Operating system: Ubuntu 16.04
Logs
Web server error log
Web server error log
``` _:443 172.20.0.1 - - [26/Jan/2017:16:42:02 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 200 2122 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0" _:443 172.20.0.1 - - [26/Jan/2017:16:42:02 +0000] "PUT /remote.php/webdav/serverwebui.png HTTP/1.1" 201 898 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0" _:443 172.20.0.1 - - [26/Jan/2017:16:42:03 +0000] "PROPFIND /remote.php/webdav/serverwebui.png HTTP/1.1" 207 1760 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0" _:443 172.20.0.1 - - [26/Jan/2017:16:42:04 +0000] "GET /index.php/apps/files/ajax/getstoragestats.php?dir=%2F HTTP/1.1" 200 1147 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0" ```The text was updated successfully, but these errors were encountered: