adonisjs / drive-s3

S3 driver for AdonisJS drive
MIT License
21 stars 9 forks source link

Ranged GetStream #12

Closed Venipa closed 1 year ago

Venipa commented 2 years ago

allow a start & end option to only fetch a range of the stream. maybe a "getStreamRange" method

Why this feature is required (specific use-cases will be appreciated)?

streaming large files without to bloat the server, in this case to allow seeking support

Have you tried any other work arounds?

yes i tried caching the files in a tmp folder but its not efficient

Are you willing to work on it with little guidance?

yes

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.