Skip to content

bshelling/s3upload-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

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

S3 Bucket Upload Action

Action for uploading assets to an s3 bucket

Input values

  • Access Key ID
  • Secret Access Key
  • Region
  • Filepath
  • Bucket
  • Options

Workflow usage

If the action is private, clone the action to the ./github directory

/.github
    |-> actions
        |-> s3upload-ation
- uses: ./.github/actions/s3upload-action
    with:
        keyid: ${{secrets.KEY}}
        accesskey: ${{secrets.ACCESS_KEY}}
        region: "us-east-1"
        filepath: "."
        bucket: "s3://test-bucket"
        options: "--recursive"

Testing

Test action via command line

$> docker build -t [image_name] .
$> docker run [keyid] [accesskey] [region] [bucket] [options]

About

Action for uploading assets to an s3 bucket

Resources

Stars

Watchers

Forks

Packages

No packages published