Skip to content

Commit

Permalink
restore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon committed Oct 17, 2024
1 parent 267b285 commit 9dbbc72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/push_service/cdn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ impl PushService {
filename: String,
mut reader: impl Read + Send,
) -> Result<(), ServiceError> {
// Amazon S3 expects multipart fields in a very specific order (the file contents should go last.)
let mut form = reqwest::multipart::Form::new();
form = form.text("acl", upload_attributes.acl);
form = form.text("key", upload_attributes.key);
Expand Down

0 comments on commit 9dbbc72

Please sign in to comment.