Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

r2 bindings and subcommands #2146

Merged
merged 1 commit into from
Jan 21, 2022
Merged

Commits on Jan 21, 2022

  1. feat: r2 bindings and subcommands

    note: the api-backends for these features are implemented,
    but generally available in production yet.
    
    commands: add r2 subcommands to create/delete/list buckets
    I opted for sub-commands like wrangler r2 bucket create,
    rather than how kv does wrangler kv:namespace create.
    
    bindings: add support for binding a bucket to a worker
    this implementation is essentially copy-pasted from the kv binding code,
    and functions very similary.
    taylorlee committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    803d552 View commit details
    Browse the repository at this point in the history