Karew
03/20/2023, 4:55 AMdav1d
03/20/2023, 5:51 AMJon @ Transistor
03/20/2023, 4:15 PMBen
03/20/2023, 4:36 PMBlob
works but a Blob
with any content at all fails & returns a Network connect lost.
error. Anyone else tried this / encountered this?
ts
// Works
await env.MY_BUCKET.put('abc', new Blob())
// Doesn't work
await env.MY_BUCKET.put('abc', new Blob(['hello']))
Ben
03/20/2023, 4:46 PMBen
03/20/2023, 4:47 PMBlob
is an accepted type but needs to be converted into a ReadableStream
Bas Z
03/20/2023, 5:00 PMerror creating S3 Bucket (prefix-preview-assured-moray-package-store): MissingRegion: could not find region configuration
I did configure the aws
provider with `skip_region_validation`:
tf
provider "aws" {
access_key = var.cloudflare_r2_access_key_id
secret_key = var.cloudflare_r2_secret_access_key
skip_credentials_validation = true
skip_region_validation = true
skip_requesting_account_id = true
endpoints {
s3 = "https://${var.cloudflare_account_id}.r2.cloudflarestorage.com"
}
}
Did someone see that before?Wojciech
03/20/2023, 5:28 PMregion = "auto"
in the provider? I set it, among other things, following the provider configuration from https://github.com/cloudflare/terraform-provider-cloudflare/issues/1664#issuecomment-1204835324 and it worked in my case.Wojciech
03/20/2023, 5:33 PMBas Z
03/20/2023, 5:35 PMErisa | Support Engineer
03/20/2023, 5:44 PMErisa | Support Engineer
03/20/2023, 5:45 PMtycrek
03/20/2023, 7:23 PMkian
03/20/2023, 7:24 PMrclone
and the S3 API is probably more performantkian
03/20/2023, 7:24 PMtycrek
03/20/2023, 7:24 PMtycrek
03/20/2023, 7:24 PMErisa | Support Engineer
03/20/2023, 7:27 PMBas Z
03/20/2023, 9:45 PM500. Code: Internal Error, We encountered an internal error. Please try again.
. The last request returned cf-ray=7ab0d43458a91c10-AMS
. Would you be able to tell me what is going on?Bas Z
03/20/2023, 9:46 PMcf-ray=7ab0d3a9dd250eaa-AMS
cf-ray=7ab0ed4a8f30b8c7-AMS
all the same error.Walshy | Pages
03/20/2023, 11:45 PMWalshy | Pages
03/20/2023, 11:48 PMaeharding
03/21/2023, 2:46 AMaeharding
03/21/2023, 2:47 AMKarew
03/21/2023, 2:49 AMUnsmart | Tech debt
03/21/2023, 2:50 AMDeleted User
03/21/2023, 3:46 AMlandscapepainter
03/21/2023, 3:46 AMHardAtWork
03/21/2023, 8:10 AM