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

Allow files to be stored on external media #50

Open
4 tasks done
Kora3 opened this issue Sep 10, 2023 · 1 comment · May be fixed by #75
Open
4 tasks done

Allow files to be stored on external media #50

Kora3 opened this issue Sep 10, 2023 · 1 comment · May be fixed by #75

Comments

@Kora3
Copy link

Kora3 commented Sep 10, 2023

New Issue Checklist

Issue Description

Suggestion: Allow files to be stored on external media

Context :

I want to suggest an improvement that might make the adapter more flexible and adaptable to different file storage needs.

Steps to reproduce

Actual Outcome

Currently, the @parse/fs-files-adapter restricts file storage to the Parse application's parent directory. This can be convenient in many cases, but it can also be cumbersome for users who want to store files on external media, such as a mounted file system.

Expected Outcome

I suggest that the adapter provide the ability to specify a custom storage location for uploaded files, for example, an absolute directory path. This would allow adapter users to choose where they want to store their files based on their specific needs.>

Environment

Client

  • Parse Server Push Adapter version: n/a

Server

  • Parse Server version: 6.2.1
  • Operating system: Ubuntu server
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): Local

Database

  • System (MongoDB or Postgres): MongoDB
  • Database version: 4.2.19
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): Local

Logs

@parse-github-assistant
Copy link

parse-github-assistant bot commented Sep 10, 2023

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@Kora3 Kora3 closed this as completed Sep 22, 2023
@Kora3 Kora3 reopened this Sep 22, 2023
@mtrezza mtrezza changed the title Suggestion: Allow files to be stored on external media Allow files to be stored on external media Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants