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

Shows last modification date of containing files for folder #15971

Open
lifesights opened this issue May 29, 2024 · 1 comment
Open

Shows last modification date of containing files for folder #15971

lifesights opened this issue May 29, 2024 · 1 comment
Labels
b2 Backblaze B2 Protocol Implementation enhancement

Comments

@lifesights
Copy link

Bug Description
Folders in Backblaze buckets are really a bunch of files sharing the same parent path. Cyberduck does a great job representing folder hierarchies as "folders" in a file tree.

The bug is that Cyberduck does not show folder create/modified dates, so users cannot sort their root bucket/folder content by date. Instead it just shows "Unknown"

To Reproduce
Connect Cyberduck to any S3 bucket that has folders with files in them.

Expected behavior
The "Modified" column should populate with a date the folder was create/modified. Recognizing that "folders" don't actually exist and Cyberduck is creating the hierarchy based on file paths, the date should show as the date the last file was modified within that path/folder.

Screenshots
cyberduck-b2-date-problem

**Desktop **

  • OS: Windows 10
  • Cyberduck Version 8.9.0
  • Backblaze B2
@dkocher dkocher added the b2 Backblaze B2 Protocol Implementation label May 29, 2024
@dkocher dkocher changed the title Backblaze B2 "Folders" don't show date created/modified Shows last modification date of containing files for folder May 29, 2024
@dkocher
Copy link
Contributor

dkocher commented May 29, 2024

This applies to other protocols with no notion of directories, most notably S3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
b2 Backblaze B2 Protocol Implementation enhancement
Projects
None yet
Development

No branches or pull requests

2 participants