AlistGo / AlistGo/alist

功能请求:s3 前端上传

Đang mở
#8,028 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
enhancement
Ngôn ngữ chính
Go
Star
50.2k
Fork
7.9k
Merge trung bình
7 ngày 21 giờ
Pull request đã merge (30 ngày)
6

Mô tả

### Please make sure of the following things

- [x] I have read the [documentation](https://alist.nn.ci).
- [x] I'm sure there are no duplicate issues or discussions.
- [x] I'm sure this feature is not implemented.
- [x] I'm sure it's a reasonable and popular requirement.

### Description of the feature / 需求描述

s3 前端上传

### Suggested solution / 实现思路

生成预签名URL
```go
sess, err := session.NewSession(&aws.Config{
Endpoint: aws.String(""),
Credentials: credentials.NewStaticCredentials("SECRET_ACCESS_ID", "SECRET_ACCESS_KEY", ""),
Region: aws.String(""),
})

svc := s3.New(sess)

req, _ := svc.PutObjectRequest(&s3.PutObjectInput{
Bucket: aws.String(""),
Key: aws.String(""),
})
urlStr, err := req.Presign(15 * time.Minute)
```

实现的困难应该主要在前端

### Additional context / 附件

_No response_

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.