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

platform: add scaleway platform #501

Merged
merged 8 commits into from
Apr 12, 2024
Merged

platform: add scaleway platform #501

merged 8 commits into from
Apr 12, 2024

Commits on Apr 12, 2024

  1. plaform/aws: make S3 variable public

    Doing this, we prepare the landing of Scaleway provider and leverage the
    existing S3 AWS methods.
    
    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8c14945 View commit details
    Browse the repository at this point in the history
  2. platform/aws: conditionally bind ACL to bucket

    It changes nothing except for Scaleway: we get an error 400 if we try to
    set even an empty ACL.
    
    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    92d87a2 View commit details
    Browse the repository at this point in the history
  3. mod: add scaleway go SDK

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8869e65 View commit details
    Browse the repository at this point in the history
  4. mod: go mod vendor

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e46767a View commit details
    Browse the repository at this point in the history
  5. platform/api: add scaleway API

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    19b37d1 View commit details
    Browse the repository at this point in the history
  6. cmd/ore: add scaleway create-image

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    ed7e052 View commit details
    Browse the repository at this point in the history
  7. platform: implement the kola elements for Scaleway

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b21d1c0 View commit details
    Browse the repository at this point in the history
  8. cmd/ore: add scaleway garbage collection

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    490eacb View commit details
    Browse the repository at this point in the history