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

Add S3 file storage #43

Open
ellmetha opened this issue Nov 11, 2022 · 0 comments
Open

Add S3 file storage #43

ellmetha opened this issue Nov 11, 2022 · 0 comments

Comments

@ellmetha
Copy link
Member

Description

Presently, Marten only provide a simple "file system" storage implementation allowing to interact with files located in a folder within the local file system. This works fine for relatively simple applications, but it should be possible to leverage file storages targeting commonly used cloud storage solutions.

In this light, let's introduce a new Marten::Core::Storage::S3 file storage implementation allowing to manipulate files within an S3 bucket.

Requirements

  • The implemented storage should leverage the awscr-s3 shard
  • It should be possible to define if files managed by such storage are public or not
  • The use of additional upload options should be permitted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant