mirror of
https://github.com/thegeeklab/wp-s3-action.git
synced 2024-11-14 20:20:39 +00:00
[skip ci] auto-update documentation
This commit is contained in:
parent
00123e49c9
commit
90cc2c3f87
@ -46,7 +46,7 @@ properties:
|
|||||||
description: |
|
description: |
|
||||||
Delete locally removed files from the target.
|
Delete locally removed files from the target.
|
||||||
type: bool
|
type: bool
|
||||||
defaultvalue: false
|
defaultValue: false
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- name: endpoint
|
- name: endpoint
|
||||||
@ -59,7 +59,7 @@ properties:
|
|||||||
description: |
|
description: |
|
||||||
Customize number concurrent files to process.
|
Customize number concurrent files to process.
|
||||||
type: integer
|
type: integer
|
||||||
defaultvalue: 100
|
defaultValue: 100
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- name: metadata
|
- name: metadata
|
||||||
@ -72,7 +72,7 @@ properties:
|
|||||||
description: |
|
description: |
|
||||||
Enable path style for bucket paths.
|
Enable path style for bucket paths.
|
||||||
type: bool
|
type: bool
|
||||||
defaultvalue: false
|
defaultValue: false
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- name: redirects
|
- name: redirects
|
||||||
@ -85,7 +85,7 @@ properties:
|
|||||||
description: |
|
description: |
|
||||||
S3 region.
|
S3 region.
|
||||||
type: string
|
type: string
|
||||||
defaultvalue: "us-east-1"
|
defaultValue: "us-east-1"
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- name: secret_key
|
- name: secret_key
|
||||||
@ -98,12 +98,12 @@ properties:
|
|||||||
description: |
|
description: |
|
||||||
Upload source path.
|
Upload source path.
|
||||||
type: string
|
type: string
|
||||||
defaultvalue: "."
|
defaultValue: "."
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- name: target
|
- name: target
|
||||||
description: |
|
description: |
|
||||||
Upload target path.
|
Upload target path.
|
||||||
type: string
|
type: string
|
||||||
defaultvalue: "/"
|
defaultValue: "/"
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
Reference in New Issue
Block a user