Skip to content

0xunreal/steps-amazon-s3-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steps-amazon-s3-deploy

BITRISE Step to Deploy an Xcode archive to Amazon S3

This Step depends on steps-xcode-builder's Archive step

Input Environment Variables

  • BITRISE_IPA_PATH (passed automatically)
  • BITRISE_DSYM_PATH (passed automatically)
  • BITRISE_APP_SLUG (passed automatically)
  • BITRISE_APP_TITLE (passed automatically)
  • BITRISE_BUILD_SLUG (passed automatically)
  • .
  • S3_DEPLOY_AWS_ACCESS_KEY
  • S3_DEPLOY_AWS_SECRET_KEY
  • S3_BUCKET_NAME
  • S3_REGION_NAME (optional)
  • S3_PATH_IN_BUCKET (optional, default = {timestamp}bitrise{app_title}{app_slug}/build{build_slug})
  • S3_FILE_ACCESS_LEVEL (optional, default=public_read) possible values:
    • private
    • public_read
    • public_read_write
    • authenticated_read
    • bucket_owner_read
    • bucket_owner_full_control

Output Environment Variables

  • S3_DEPLOY_STEP_URL_IPA
  • S3_DEPLOY_STEP_URL_DSYM
  • S3_DEPLOY_STEP_URL_PLIST
  • S3_DEPLOY_STEP_STATUS=[success/failed]
  • S3_DEPLOY_STEP_EMAIL_READY_URL

About

Concrete Step to Deploy to Amazon S3

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Ruby 57.6%
  • Shell 42.4%