8000 GitHub - ctrlok/scw-s3-action
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ctrlok/scw-s3-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 76.9%
  • Dockerfile 23.1%
0