Class FileController

java.lang.Object
io.awspring.cloud.samples.s3.FileController

@RestController @RequestMapping("/file") public class FileController extends Object
An example on how to create file upload to S3.
  • Constructor Details

    • FileController

      public FileController(S3Operations s3Operations)