noobaa-core
noobaa-core copied to clipboard
List buckets returns CreationDate as current date instead of actual bucket create time
Environment info
- NooBaa Version: 5.14
- Platform: NA
Actual behavior
- We always use now for the list buckets reply -
https://github.com/noobaa/noobaa-core/blob/b04f5ab2f17b72ded93b17e8b9f431c66a8c5308/src/endpoint/s3/ops/s3_get_service.js#L11-L18
Expected behavior
- Should return the specific creation date of each bucket.
Steps to reproduce
- NA
More information - Screenshots / Logs / Other output
@nimrod-becker @romayalon can this fix be added to a 5.14 release? At least for nsfs.
We need to fix for master to begin with, then we can see when we can backport
I'm re-opening it, I fixed it only for NC NSFS (BucketspaceFS) we need to fix it on other bucketspaces as well
We'll probably want to backport this one
@nimrod-becker Backport PR to 5.15 - https://github.com/noobaa/noobaa-core/pull/7805
@nimrod-becker is this going to be backported and closed?
@guymguym it was backported on https://github.com/noobaa/noobaa-core/pull/7824