-
Notifications
You must be signed in to change notification settings - Fork 2
Add Attachments Compression Support #73
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestfeatureCreating a new featureCreating a new featuretypescriptPull requests that update TypeScript codePull requests that update TypeScript codeuiUI changesUI changes
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeatureCreating a new featureCreating a new featuretypescriptPull requests that update TypeScript codePull requests that update TypeScript codeuiUI changesUI changes
Projects
StatusShow more project fields
backlog
Is your feature request related to a problem? Please describe.
Attachments uploaded to pastes can be large, leading to increased storage usage and slower uploads/downloads. Users may want more efficient file management and improved performance when handling attachments.
Describe the solution you'd like
Implement automatic or optional compression for attachments before storing them. The feature could support common archive formats (e.g., zip) and be configurable by the user. Optionally, allow users to download compressed or original versions.
Describe alternatives you've considered
Additional context
Compression could be integrated into the upload pipeline and exposed as a setting in the UI. Consider performance impact and compatibility with existing attachments.