Skip to content

remyleone/scw-s3-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, ...)