Skip to content

a bitrise step to download your cache from a s3 bucket.

License

Notifications You must be signed in to change notification settings

chocoapp/bitrise-step-s3-cache-pull

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S3 Cache Pull

A bitrise step to download your cache from a s3 bucket using custom keys with fallback.

Should be used with S3 Cache Push

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_restore_keys The list of keys to restore the cache. E.g.:
carthage-$BRANCH_NAME-$COMMIT_SHA
carthage-$BRANCH_NAME
carthage-
                
cache_path Path to extract the file or directory cached. For instance, if you used S3 Cache Push with the path ./Carthage then this value should be ./

Cache Key

The cache key.

About

a bitrise step to download your cache from a s3 bucket.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%