Skip to content

rarestype/r2-setup-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

4 Commits
 
 
 
 
 
 

Repository files navigation

⛅   r2-setup-action   ⛅

configure the aws cli to use cloudflare r2

getting started

-   name: 💝 Setup R2 💝
    uses: your-org/r2-setup-action@v1
    with:
        cloudflare-account-id: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
        r2-access-key-id: ${{ secrets.R2_ACCESS_KEY }}
        r2-access-key: ${{ secrets.R2_ACCESS_SECRET }}

When using the AWS CLI, pass --endpoint-url "$R2_ENDPOINT" to upload to r2, instead of s3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors