Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Direct download/playback from S3 #108

Open
Recontaminated opened this issue Jan 24, 2022 · 4 comments
Open

[FEATURE] Direct download/playback from S3 #108

Recontaminated opened this issue Jan 24, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@Recontaminated
Copy link

Description

I don't know if this is possible but to save bandwidth on the host, is there a way a feature could be implemented where uploads go directly to S3 using a one time token or something, then played back directly from s3, this way the internet speed of the Ass host doesn't become a bottleneck.

@Recontaminated Recontaminated added the enhancement New feature or request label Jan 24, 2022
@tycrek
Copy link
Owner

tycrek commented Feb 8, 2022

Uploads I wouldn't be able to do due to multiple S3 limitations, plus that would need a modified local installation of ShareX or some other software.

For loading, however, I could probably add an option to redirect the /direct path on each resource to the raw S3 URL. Not sure how permissions would work but probably wouldn't be much of an issue.

@NullOrNaN
Copy link

NullOrNaN commented Apr 18, 2022

Adding myself to this issue as interested. I know with Digital Ocean S3 this shouldn't be an issue. I can include reference URLs that are for the direct URL in Discord if you'd like.

This is even with disallowing indexing of the S3 bucket

tycrek added a commit that referenced this issue Oct 14, 2022
This option will redirect the user to the S3 resource, rather than proxying the file through ass. Reference #108
tycrek added a commit that referenced this issue Oct 14, 2022
This option will redirect the user to the S3 resource, rather than proxying the file through ass. Reference #108
@tycrek tycrek mentioned this issue Oct 14, 2022
4 tasks
@tycrek
Copy link
Owner

tycrek commented Oct 14, 2022

@Recontaminated @NullOrNaN Would one of you mind testing out the s3redirect option on https://github.com/tycrek/ass/tree/s3-redirect? For reference see #161

@tycrek tycrek self-assigned this Oct 14, 2022
@Recontaminated
Copy link
Author

I'll check it out this weekend. Looks promising.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants