files-sdk@2.2.4
·
4 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 20b9522: Request
httpMetadataandcustomMetadatawhen listing through the R2 Workers binding, so list() reports the stored content type and metadata instead ofapplication/octet-streamandundefined. Completes #116 for the binding path (#128 covered the S3/HTTP paths), and with exact stored values rather than extension inference, since the binding API offers them. - e6e6444: Add an optional
endpointto the r2 adapter (R2HttpOptionsand hybrid-modeR2BindingOptions), falling back to the defaulthttps://<accountId>.r2.cloudflarestorage.com. Jurisdiction buckets (eu,fedramp) live on their own hostnames and were previously unreachable through the r2 adapter; the override also lets tests point the adapter at S3-compatible stand-ins like MinIO or LocalStack. Whenendpointis set,accountIdbecomes optional — it only ever feeds the default hostname.