just curious, any ETA on the R2 transition tool that auto-pulls from another bucket and populates th
just curious, any ETA on the R2 transition tool that auto-pulls from another bucket and populates the R2?
aws s3 sync or rclone can do it pretty well in bulk up-fronthttpMetadata in your GET case when constructing the new response.
images.jpeg that's fine, the one that didn't is the 333344455.jpgPUT request to the Worker? Was it just raw data/binary or did you use FormData?
aws s3 syncrclonehttpMetadataGETimages.jpeg333344455.jpgPUTconst headers = new Headers()
object.writeHttpMetadata(headers)
return new Response(object.body, { headers })const formData = await request.formData();
const file = formData.get('file');
await MY_BUCKET.put(filename, file, { httpMetadata: request.headers })