|
|
|
@ -11,9 +11,18 @@ inputs:
|
|
|
|
|
restore-keys:
|
|
|
|
|
description: 'An ordered list of keys to use for restoring the cache if no cache hit occurred for key'
|
|
|
|
|
required: false
|
|
|
|
|
upload-chunk-size:
|
|
|
|
|
description: 'The chunk size used to split up large files during upload, in bytes'
|
|
|
|
|
required: false
|
|
|
|
|
region:
|
|
|
|
|
description: 'aws region'
|
|
|
|
|
required: true
|
|
|
|
|
access-key-id:
|
|
|
|
|
description: 'aws access key id'
|
|
|
|
|
required: true
|
|
|
|
|
secret-access-key:
|
|
|
|
|
description: 'aws secret access key'
|
|
|
|
|
required: true
|
|
|
|
|
bucket:
|
|
|
|
|
description: 'aws s3 bucket'
|
|
|
|
|
required: true
|
|
|
|
|
outputs:
|
|
|
|
|
cache-hit:
|
|
|
|
|
description: 'A boolean value to indicate an exact match was found for the primary key'
|
|
|
|
|