-
Notifications
You must be signed in to change notification settings - Fork 523
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
How does goofys serve files? #83
Labels
Comments
goofys presents a filesystem mount point. It doesn't make any sense to implement what you want to do with goofys. |
@maxxatgit You want to use S3 signed URLs, not goofys. |
dotslash
pushed a commit
to dotslash/goofys
that referenced
this issue
Apr 1, 2021
dotslash
pushed a commit
to dotslash/goofys
that referenced
this issue
Apr 1, 2021
dotslash
pushed a commit
to dotslash/goofys
that referenced
this issue
Apr 1, 2021
dotslash
pushed a commit
to dotslash/goofys
that referenced
this issue
Apr 1, 2021
dotslash
pushed a commit
to dotslash/goofys
that referenced
this issue
Apr 1, 2021
dotslash
pushed a commit
to dotslash/goofys
that referenced
this issue
Apr 15, 2021
kahing
pushed a commit
that referenced
this issue
Jul 12, 2021
voyvodov
pushed a commit
to voyvodov/goofys
that referenced
this issue
Sep 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running an app hosted on a non-aws server. I want to use goofys connected to an aws S3 instance for the media (mostly audio files) filestore. When a user browses to the hosted app and has permission to download the file, I assume goofys sends the file to the hosted app, which then forwards it to the user's browser. Is that correct?
I would like for goofys to send/stream the file directly to the user's browser. That way, I'm only incurring outbound bandwidth from aws.
So this is both a question (is it possible?) and if not, a feature request.
Thanks in advance!
The text was updated successfully, but these errors were encountered: