Problem/Functionality
The AWS APIs we will use for our app will require that the files have to be uploaded to an S3 bucket.
Solution
Create the backend service that allows the upload of audio files to an S3 bucket. This service has to create the default bucket (if it doesn't exist) and upload all files in that bucket.
Problem/Functionality
The AWS APIs we will use for our app will require that the files have to be uploaded to an S3 bucket.
Solution
Create the backend service that allows the upload of audio files to an S3 bucket. This service has to create the default bucket (if it doesn't exist) and upload all files in that bucket.