'Decouple Drupal Upload File

Problem

I currently have a drupal site that I am generating endpoints for using the JSON:API and RESTful Services modules.

I am able to setup the API to GET content and POST content through the api but I am unable to upload files. This is the issue that I am having.

Question

How do I set up Drupal so that I can use post files to Drupal the same as you would an s3 bucket?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source