Skip to content
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

refactor: migrate r2 commands to new command registration setup #7311

Merged
merged 40 commits into from
Nov 22, 2024

Commits on Nov 21, 2024

  1. register r2 namespace

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2e9b886 View commit details
    Browse the repository at this point in the history
  2. r2 object get

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    90055e0 View commit details
    Browse the repository at this point in the history
  3. r2 object put

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    36b9f1c View commit details
    Browse the repository at this point in the history
  4. r2 object delete

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f143920 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c257ca View commit details
    Browse the repository at this point in the history
  6. r2 bucket create

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    71f49f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91f3e94 View commit details
    Browse the repository at this point in the history
  8. r2 bucket list

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a044ce7 View commit details
    Browse the repository at this point in the history
  9. r2 bucket delete

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d20e9ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a066c79 View commit details
    Browse the repository at this point in the history
  11. r2 bucket sippy enable

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    fbf3f4a View commit details
    Browse the repository at this point in the history
  12. r2 bucket sippy disable

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3f4ef7d View commit details
    Browse the repository at this point in the history
  13. r2 bucket sippy get

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    53df12f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9802f9b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2d172df View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    01f6838 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    491074a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d81fcd5 View commit details
    Browse the repository at this point in the history
  19. r2 bucket domain list

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6f7f156 View commit details
    Browse the repository at this point in the history
  20. r2 bucket domain add

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    76871c6 View commit details
    Browse the repository at this point in the history
  21. r2 bucket domain remove

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2d09dd6 View commit details
    Browse the repository at this point in the history
  22. r2 bucket domain update

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    716c7f6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    791c53b View commit details
    Browse the repository at this point in the history
  24. r2 bucket dev-url get

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    dcfd52f View commit details
    Browse the repository at this point in the history
  25. r2 bucket dev-url enable

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    38a6d63 View commit details
    Browse the repository at this point in the history
  26. r2 bucket dev-url disable

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    96a0e43 View commit details
    Browse the repository at this point in the history
  27. extract r2 object commands

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4afda2c View commit details
    Browse the repository at this point in the history
  28. extract r2 bucket commands

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ddbab37 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9b9e6b9 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    821ac71 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4303db0 View commit details
    Browse the repository at this point in the history
  32. remove duplicated banner

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    411bfd2 View commit details
    Browse the repository at this point in the history
  33. fix import order

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    13e3077 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    74db9ca View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    1f98a3e View commit details
    Browse the repository at this point in the history
  36. r2 bucket info

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    347b3e6 View commit details
    Browse the repository at this point in the history
  37. r2 bucket lifecycle list

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    bff4056 View commit details
    Browse the repository at this point in the history
  38. r2 bucket lifecycle add

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    c6ee3f0 View commit details
    Browse the repository at this point in the history
  39. r2 bucket lifecycle remove

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    50c8fb5 View commit details
    Browse the repository at this point in the history
  40. r2 bucket lifecycle set

    edmundhung committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f9e4fc8 View commit details
    Browse the repository at this point in the history