Mark deleted objects in versioned bucket in index page #181

Closed
opened 2024-12-12 13:17:48 +00:00 by alexvanin · 3 comments
Owner

Expected Behavior

Deleted object version is visually marked

Current Behavior

Deleted object version looks like regular object, but has 0 object size and is not accessible.

Possible Solution

Additionally check delete markers.

Steps to Reproduce (for bugs)

  1. Create S3 bucket with public-read acl
  2. Make versioned bucket
  3. Upload object
  4. Remove object
  5. Look at index page

Context

None

Regression

No

## Expected Behavior Deleted object version is visually marked ## Current Behavior Deleted object version looks like regular object, but has 0 object size and is not accessible. ## Possible Solution Additionally check delete markers. ## Steps to Reproduce (for bugs) 1. Create S3 bucket with public-read acl 2. Make versioned bucket 3. Upload object 4. Remove object 5. Look at index page ## Context None ## Regression No
nzinkevich was assigned by alexvanin 2024-12-12 13:17:48 +00:00
Member

Naive question: why would we want to list a deleted object on index page? It's impossible to download, isn't it?

Naive question: why would we want to list a deleted object on index page? It's impossible to download, isn't it?
Author
Owner

Naive question: why would we want to list a deleted object on index page? It's impossible to download, isn't it?

That's fair question. Maybe we should not display such object at all.

> Naive question: why would we want to list a deleted object on index page? It's impossible to download, isn't it? That's fair question. Maybe we should not display such object at all.
alexvanin added this to the v0.32.0 milestone 2024-12-17 13:07:10 +00:00
Author
Owner

Done in #182

Done in #182
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-http-gw#181
No description provided.