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

chore: adding mocked S3 bucket for local filestore #1

Merged
merged 3 commits into from
Mar 11, 2024

Conversation

sarthakpranesh
Copy link
Contributor

@sarthakpranesh sarthakpranesh commented Mar 8, 2024

Wrote a very basic mocking for S3 bucket operations to local file system using fs. When running the docker container we can pass in a persist volume and have it map internally to localFileStore so that our data remains persisted even if docker containers are destroyed and rebuild.

Links to this issue - mydraft-cc/ui#234

Routes checked

  • GET /:tokenRead
  • POST /
  • PUT /:tokenRead/:tokenWrite
  • GET /health
  • Web Socket /collaboration [not sure how to check this]

@SebastianStehle SebastianStehle merged commit 63edb78 into mydraft-cc:main Mar 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants