如何在Spring Boot应用程序中读取请求正文
aws --debug s3api --endpoint-url http:// localhost:5555 put-object --bucket example_bucket --key test --body C:\ Users \ DELL \ Desktop \ test.txt < / strong>
如何在我的Spring Boot应用程序中读取--body值,使其成为我的端点的请求正文
答案 0 :(得分:0)
https://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html#_resource_handling
您可以添加spring-cloud-aws,或者通常可以添加spring-cloud-bom。 您也可以像上面的链接一样进行配置
答案 1 :(得分:0)
您也可以使用minio-java。它是用于Amazon S3兼容云存储的SDK。