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 headBucket method #36

Open
wants to merge 31 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 headBucket method

    c4spar committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    597963f View commit details
    Browse the repository at this point in the history
  6. set minio region

    c4spar committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    0007c9e 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 9, 2021

  1. remove space from header name

    c4spar committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    355e997 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. 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
  5. add missing export

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

    c4spar committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    f0fab70 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
    16697d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Configuration menu
    Copy the full SHA
    36013dd View commit details
    Browse the repository at this point in the history
  2. update test messages

    c4spar committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    590f051 View commit details
    Browse the repository at this point in the history
  3. 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
  4. Configuration menu
    Copy the full SHA
    9c81599 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    6b55d18 View commit details
    Browse the repository at this point in the history
  2. cleanup

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