Project

General

Profile

Bug #2642

Implement Archived Files Listing & Download Functionality from S3 Bucket in UI

Added by Prashant Jain 3 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
05/22/2026
Due date:
% Done:

0%

Estimated time:

Description

Description:
Create functionality to display archived files stored in S3 buckets on the application UI and allow users to download archived files when required.

Requirements:

Backend/API Changes
Create API to fetch archived file details from S3 bucket.
API should return:
File Name
File Path / Key
File Size
Archive Date / Upload Date
File Type (if applicable)
Status (Archived / Available)
UI Changes
Add new section/page for Archived Files.
Display archived files in tabular/grid format.
Columns:
File Name
File Size
Archive Date
File Type
Actions
Download Functionality
Provide Download action/button for each file.
Download should securely fetch the file from S3.
Handle permission/access validation.
Show proper error message if file is unavailable or access fails.
Optional Enhancements
Search / Filter by:
File Name
Date Range
File Type
Pagination for large datasets.
Acceptance Criteria
User can view archived files available in S3 from UI.
User can download selected archived files successfully.
Proper error handling for missing/inaccessible files.
UI remains responsive for large number of archived records.
Access control/permissions are enforced.

No data to display

Also available in: Atom PDF