Skip to content

chocoapp/bitrise-step-s3-cache-push

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S3 Cache Push

A bitrise step to store your cache in a s3 bucket with custom keys.

Should be used with S3 Cache Pull

Inputs

Input Description
cache_aws_access_key_id Your aws access key id
cache_aws_secret_access_key Your aws secret access key
cache_aws_region The region of your S3 bucket. E.g.: us-east-1
cache_bucket_name The name of your S3 bucket. E.g.: mybucket
cache_path The path to the file or folder you want to cache. E.g.: ./Carthage/Build
cache_key The key that will be used to restore the cache later. E.g.: carthage-$BRANCH_NAME

Cache Key

The cache key

About

A bitrise step to store your cache in a s3 bucket.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%