-
Notifications
You must be signed in to change notification settings - Fork 736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
r2
bucket support
#365
Comments
petebacondarwin
added a commit
that referenced
this issue
Feb 12, 2022
This change adds the ability to define bindings in your `wrangler.toml` file for R2 buckets. These buckets will then be available in the environment passed to the worker at runtime. Closes #365
petebacondarwin
added a commit
that referenced
this issue
Feb 13, 2022
This change adds the ability to define bindings in your `wrangler.toml` file for R2 buckets. These buckets will then be available in the environment passed to the worker at runtime. Closes #365
petebacondarwin
added a commit
that referenced
this issue
Feb 13, 2022
* feat: add support for publishing workers with r2 bucket bindings This change adds the ability to define bindings in your `wrangler.toml` file for R2 buckets. These buckets will then be available in the environment passed to the worker at runtime. Closes #365
Repository owner
moved this from In Review
to Done
in workers-sdk
Feb 13, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding support for R2 bindings and commands, as defined in cloudflare/wrangler-legacy@6408b15
The implementation is the minimum to match what is provided by Wrangler 1 right now.
Before GA we should consider some polish such as:
The text was updated successfully, but these errors were encountered: