mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Add missing x-amz-acl header (#16260)
This commit is contained in:
@@ -528,9 +528,9 @@ pub const S3Credentials = struct {
|
||||
}
|
||||
} else {
|
||||
if (session_token != null) {
|
||||
break :brk "host;x-amz-content-sha256;x-amz-date;x-amz-security-token";
|
||||
break :brk "host;x-amz-acl;x-amz-content-sha256;x-amz-date;x-amz-security-token";
|
||||
} else {
|
||||
break :brk "host;x-amz-content-sha256;x-amz-date";
|
||||
break :brk "host;x-amz-acl;x-amz-content-sha256;x-amz-date";
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user