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

Thumbnail preview of last version of a file does not work with scality #67

Closed
davitol opened this issue May 29, 2018 · 4 comments
Closed
Labels

Comments

@davitol
Copy link

davitol commented May 29, 2018

Steps to reproduce

  1. Create a file.txt
  2. Edit it in order to create several versions

Screenshot

screen shot 2018-05-29 at 16 20 48

Tested with

OwnCloud based on PR owncloud/core#31050 and files_primary_s3

@davitol davitol added the bug label May 29, 2018
@ownclouders
Copy link
Contributor

GitMate.io thinks the contributor most likely able to help you is @patrickjahns.

A possibly related issue is #53 (Restoring a previous version of a shared file fails).

@patrickjahns
Copy link
Contributor

Seems I am getting a reputation for reporting bugs - GitMate you are smaaaaaarrrtttttt 🤖

@davitol
Copy link
Author

davitol commented Oct 19, 2018

What is happening is that creating a new file, it creates an empty version

aws s3api list-object-versions --bucket owncloud --prefix urn:oid:23 --endpoint-url=http://s3server:8000
{
    "Versions": [
        {
            "Key": "urn:oid:23",
            "VersionId": "39383436303035353335323232373939393939395247303031202034",
            "ETag": "\"02a9babab3728e746a986809d00638eb\"",
            "Size": 30,
            "LastModified": "2018-10-19T10:24:07.763Z",
            "StorageClass": "STANDARD",
            "IsLatest": true,
            "Owner": {
                "DisplayName": "Bart",
                "ID": "79a59df900b949e55d96a1e698fbacedfd6e09d98eacf8f8d5218e7cd47ef2be"
            }
        },
        {
            "Key": "urn:oid:23",
            "VersionId": "39383436303035353336393236353939393939395247303031202031",
            "ETag": "\"c752b0fb8b80f923a85ec7f70078a6de\"",
            "Size": 13,
            "LastModified": "2018-10-19T10:23:50.718Z",
            "StorageClass": "STANDARD",
            "IsLatest": false,
            "Owner": {
                "DisplayName": "Bart",
                "ID": "79a59df900b949e55d96a1e698fbacedfd6e09d98eacf8f8d5218e7cd47ef2be"
            }
        },
        {
            "Key": "urn:oid:23",
            "VersionId": "39383436303035353433303933383939393939395247303031202030",
            "ETag": "\"d41d8cd98f00b204e9800998ecf8427e\"",
            "Size": 0,
            "LastModified": "2018-10-19T10:22:49.048Z",
            "StorageClass": "STANDARD",
            "IsLatest": false,
            "Owner": {
                "DisplayName": "Bart",
                "ID": "79a59df900b949e55d96a1e698fbacedfd6e09d98eacf8f8d5218e7cd47ef2be"
            }
        }
    ]
}

@DeepDiver1975
Copy link
Member

same as #66 -> close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants