AWS: Data storage versions listing behavior is different
- Dominant language
- Java
- Stars
- 163
- Forks
- 65
- Avg merge
- 11h 46m
- Merged PRs (30d)
- 29
Description
Data storage versions listing behavior is different for files uploaded with UI and with CLI
## Steps to reproduce:
1. create file on bucket / upload file to bucket with `pipe storage cp`
2. remove file from bucket / `pipe storage rm`
3. restore file / `pipe storage restore`
4. open bucket page on UI
5. click `Show files versions`
## Exp.
Behavior should be the same
## Act.
- for file uploaded with UI: lists 2 file versions (latest and deleted)

- for file uploaded with CLI: lists 1 file version (latest)

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.