Skip to content

giem/aws-upload-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-upload-plugin

A Buildkite plugin to upload artifacts to Amazon S3.

Example

steps:
  - name: ":package:"
    command: .ci-scripts/build-and-archive.sh
    plugins:
      - aws-upload:
          source-path: ".artifacts/ABC.zip"
          destination-path: "s3:/abc/def/ghi/"
          profile-name: "profile_abc"

Options

source-path

Specifies the local path of the artifact

destination-path

Specifies the S3Uri

profile-name

Specifies the named AWS profile

License

MPL 2.0 (see LICENSE)

About

AWS S3 Upload Buildkite Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages