Skip to content

Commit

Permalink
add region support
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominikus Gierlach authored and jackieli-tes committed Mar 28, 2022
1 parent 5f391ca commit b0fe540
Show file tree
Hide file tree
Showing 5 changed files with 108,047 additions and 104,972 deletions.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ inputs:
description: "s3 / minio endpoint, see: https://docs.min.io/docs/javascript-client-api-reference.html"
required: false
default: s3.amazonaws.com
region:
description: "AWS region"
required: false
port:
description: minio port
required: false
Expand Down Expand Up @@ -47,7 +50,7 @@ inputs:
# default: -n
outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'
description: "A boolean value to indicate an exact match was found for the primary key"
runs:
using: node12
main: "dist/restore/index.js"
Expand Down
Loading

0 comments on commit b0fe540

Please sign in to comment.