BITRISE Step to Deploy an Xcode archive to Amazon S3
This Step depends on steps-xcode-builder's Archive step
- 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
- 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