Skip to content

Releases: erdos-one/r2

v0.1.0-alpha

23 Jan 21:34
21ae17d
Compare
Choose a tag to compare

Changelog

  • 3990e75 Add client configuration helper and ls command
  • 130ff2a Add cp command
  • 67355b4 Add documentation
  • eaf5fa9 Add library example to usage
  • bc50cc0 Add list flag to configure, fix configuration bugs
  • a83c52d Add mb command
  • 9805fc9 Add mv command
  • 641007d Add presign command
  • f775115 Add rb command
  • 3cf8a2e Add rm command
  • c951429 Add sync command
  • add835c Better comment code
  • a859bdd Cobra initial commit
  • bf14a9b Configure command init and parsing
  • 21ae17d First release
  • 42c7f71 Handle R2 URIs passed to ls
  • 393d80b Handle profile selection for all commands
  • 982926c Initial commit
  • d990f8a Read and write ~/.r2 configuration file
  • 97e68dc Refactor functions into bucket and client level methods
  • 6c9f54f Refactor into cmd and pkg structure
  • d8b913f Remove unnecessary handleConfig func