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 putBucketVersioning, getBucketVersioning & listObjectVersions #42

Open
wants to merge 48 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
  2. feat: add listBuckets method

    c4spar committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    8ba0bfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8842e10 View commit details
    Browse the repository at this point in the history
  4. add getBucketPolicyStatus

    c4spar committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    302ad03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    039b366 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. add missing export

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

    c4spar committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    440cf77 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61ea1c6 View commit details
    Browse the repository at this point in the history
  10. add listObjectVersions method

    c4spar committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    8cd6437 View commit details
    Browse the repository at this point in the history
  11. 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. Configuration menu
    Copy the full SHA
    3121919 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10e6963 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    292188d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b51cc27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b19d6f9 View commit details
    Browse the repository at this point in the history
  6. re-format makefile

    c4spar committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    c91d93b View commit details
    Browse the repository at this point in the history
  7. 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
  8. 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
  9. 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
  10. Configuration menu
    Copy the full SHA
    573c19a View commit details
    Browse the repository at this point in the history
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. Configuration menu
    Copy the full SHA
    75ae119 View commit details
    Browse the repository at this point in the history
  17. 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
  3. update docs

    c4spar committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    9517cfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cc24c1 View commit details
    Browse the repository at this point in the history
  5. fix merge

    c4spar committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    1033a71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99b7137 View commit details
    Browse the repository at this point in the history
  7. rename variable

    c4spar committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    ea01115 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e89e7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e958227 View commit details
    Browse the repository at this point in the history