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

Fix/add could support #85

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

yashmangal112
Copy link

Fix #84
I added AWS Cloud Support so that we can store musical sheets in S3 Bucket.
You need to add your AWS Access keys # AWS_ACCESS_KEY_ID= and # AWS_SECRET_ACCESS_KEY= in .env file

In \frontend\src\Components\Sheet\Components\ModalContent.js file, I update uploadFinish function.
Update uploadFinish function

In \backend\main.go file, I write code for uploading music sheets to the S3 bucket. Make sure to replace "your-aws-region" and "your-s3-bucket-name" with your actual AWS region and S3 bucket name. The /upload endpoint expects a multipart/form-data POST request with a file parameter named "file."

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.

Add cloud hosting support
1 participant