You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
426 B
426 B
aws 服务
收集一些aws的服务实现
aws-sdk: https://github.com/aws/aws-sdk-go
文件上传
url: /upload
method: post
name: file
success:
{
"code": 0,
"data": "https://oceanapps.s3.ap-east-1.amazonaws.com/upload/15840111554a47a0db6e60853dedfcfdf08a5ca249..png",
"msg": "文件上传成功"
}
failed:
{
"code": 504,
"data": "http: no such file",
"msg": "文件上传失败"
}