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

feat: add deleteBucket method #34

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Nov 6, 2021

  1. feat: add createBucket method

    c4spar committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    3475364 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Configuration menu
    Copy the full SHA
    d96b424 View commit details
    Browse the repository at this point in the history
  2. remove unused interface

    c4spar committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    58e18d8 View commit details
    Browse the repository at this point in the history
  3. add missing export in mod.ts

    c4spar committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    86575ac View commit details
    Browse the repository at this point in the history
  4. rename utils.ts to request.ts

    c4spar committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    e8daafe View commit details
    Browse the repository at this point in the history
  5. feat: add deleteBucket method

    c4spar committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    d03ce2c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    1dafea7 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. add getBucket method

    c4spar committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    bffc48e View commit details
    Browse the repository at this point in the history
  2. fix example

    Co-authored-by: Luca Casonato <[email protected]>
    c4spar and lucacasonato authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    c9c3104 View commit details
    Browse the repository at this point in the history
  3. re-format

    c4spar committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    d719bce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac41170 View commit details
    Browse the repository at this point in the history
  5. update readme

    c4spar committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    00c16b8 View commit details
    Browse the repository at this point in the history
  6. add missing export

    c4spar committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    c2ee356 View commit details
    Browse the repository at this point in the history
  7. update test's

    c4spar committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    d2d7119 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. rename bucket

    c4spar committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    7408059 View commit details
    Browse the repository at this point in the history
  2. update docs

    c4spar committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    a4806c2 View commit details
    Browse the repository at this point in the history
  3. add CreateBucketConfiguration

    c4spar committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    9b39bd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    573c19a View commit details
    Browse the repository at this point in the history
  5. export LocationConstraint

    c4spar committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    7837e4d View commit details
    Browse the repository at this point in the history
  6. Revert "move locationConstraint to CreateBucketOptions"

    This reverts commit 573c19a.
    c4spar committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    8ca519e View commit details
    Browse the repository at this point in the history
  7. fix example

    c4spar committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    9af711f View commit details
    Browse the repository at this point in the history
  8. update docs

    c4spar committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    14fb72c View commit details
    Browse the repository at this point in the history
  9. fix type

    c4spar committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    1bf7d40 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    75ae119 View commit details
    Browse the repository at this point in the history
  11. update docs

    c4spar committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    ab5e79e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. cleanup

    c4spar committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    9045d32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e616bc View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    59cc1b6 View commit details
    Browse the repository at this point in the history
  2. fix test

    c4spar committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    a69884e View commit details
    Browse the repository at this point in the history