/scw-s3-action

Primary LanguageShellApache License 2.0Apache-2.0

Github action for Scaleway S3

- name: S3 bucket listing
  uses: remyleone/scw-s3-action@v0.0.2
  with:
    args: s3 ls s3://mybucket
  env:
    SCW_ACCESS_KEY: ${{ secrets.SCW_ACCESS_KEY }}
    SCW_SECRET_KEY: ${{ secrets.SCW_SECRET_KEY }}
    SCW_REGION: "fr-par-1"

Secrets

  • SCW_ACCESS_KEYRequired: a Scaleway API token (more info).
  • SCW_SECRET_KEYRequired: Scaleway API token (more info).
  • SCW_REGIONRequired: The region of the S3 bucket (for instance fr-par, nl-ams, pl-waw, ...)