Erisa | Support Engineer
04/22/2023, 2:14 AMchientrm
04/22/2023, 4:08 AMputObject
with metadata using aws sdk. However, when I get
on worker, customMetadata
is an empty object.chientrm
04/22/2023, 4:58 AMchientrm
04/22/2023, 5:17 AMgetPresignedUrl
doesn't work with Metadata
? 🤔
ts
const url = await getSignedUrl(
s3Client,
new PutObjectCommand({ Bucket, Key, Metadata }),
{ expiresIn: 60 }
),
stats = fs.statSync(path),
body = fs.createReadStream(path);
return await fetch(url, {
method: "PUT",
headers: { "Content-length": stats.size.toString() },
body,
});
samon
04/22/2023, 6:54 AMsamon
04/22/2023, 7:00 AMsamon
04/22/2023, 7:00 AMKarew
04/22/2023, 7:01 AMkarimfromjordan
04/22/2023, 8:32 AMSkye
04/22/2023, 8:35 AMSkye
04/22/2023, 8:36 AMkarimfromjordan
04/22/2023, 8:42 AMchientrm
04/22/2023, 11:20 AMHardAtWork
04/22/2023, 12:17 PMHardAtWork
04/22/2023, 12:17 PMHardAtWork
04/22/2023, 12:17 PMchientrm
04/22/2023, 12:59 PMPlotzes
04/22/2023, 1:06 PM<uuid>
to uuid/<uuid>
. does anyone know an easy way to do this with rclone for example?Plotzes
04/22/2023, 1:07 PMPlotzes
04/22/2023, 1:07 PMPlotzes
04/22/2023, 1:07 PMHardAtWork
04/22/2023, 1:13 PMchientrm
04/22/2023, 1:13 PMSid | R2
04/22/2023, 1:16 PMHardAtWork
04/22/2023, 1:25 PMHardAtWork
04/22/2023, 1:26 PMSid | R2
04/22/2023, 1:26 PMHardAtWork
04/22/2023, 1:28 PMPlotzes
04/22/2023, 1:46 PM--include
and --exclude
parameters instead of the --filter
parameter but i get the same error