2022-05-22 20:42:03 +00:00
|
|
|
---
|
|
|
|
properties:
|
|
|
|
endpoint:
|
|
|
|
description: Endpoint for the s3 connection.
|
|
|
|
type: string
|
|
|
|
required: false
|
|
|
|
|
|
|
|
access-key:
|
|
|
|
description: S3 access key.
|
|
|
|
type: string
|
|
|
|
required: false
|
|
|
|
|
|
|
|
secret-key:
|
|
|
|
description: S3 secret key.
|
|
|
|
type: string
|
|
|
|
required: false
|
|
|
|
|
|
|
|
path-style:
|
2022-05-29 20:29:36 +00:00
|
|
|
description: Enable path style for bucket paths.
|
2022-05-22 20:42:03 +00:00
|
|
|
type: bool
|
|
|
|
required: false
|
|
|
|
|
|
|
|
bucket:
|
|
|
|
description: Name of the bucket.
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
|
|
|
|
region:
|
|
|
|
description: S3 region.
|
|
|
|
defaultValue: us-east-1
|
|
|
|
type: string
|
|
|
|
required: false
|
|
|
|
|
|
|
|
source:
|
|
|
|
description: Upload source path.
|
|
|
|
defaultValue: .
|
|
|
|
type: string
|
|
|
|
required: false
|
|
|
|
|
|
|
|
target:
|
2022-05-29 20:29:36 +00:00
|
|
|
description: Upload target path.
|
2022-05-22 20:42:03 +00:00
|
|
|
defaultValue: /
|
|
|
|
type: string
|
|
|
|
required: false
|
|
|
|
|
|
|
|
delete:
|
|
|
|
description: Delete locally removed files from the target.
|
|
|
|
type: bool
|
|
|
|
required: false
|
|
|
|
|
2022-05-29 20:36:25 +00:00
|
|
|
acl:
|
|
|
|
description: Access control list.
|
2022-05-22 20:42:03 +00:00
|
|
|
type: map
|
|
|
|
required: false
|
|
|
|
|
|
|
|
content-type:
|
|
|
|
description: Content-type settings for uploads.
|
|
|
|
type: map
|
|
|
|
required: false
|
|
|
|
|
|
|
|
content-encoding:
|
|
|
|
description: Content-encoding settings for uploads.
|
|
|
|
type: map
|
|
|
|
required: false
|
|
|
|
|
|
|
|
cache_control:
|
|
|
|
description: Cache-control settings for uploads.
|
|
|
|
type: map
|
|
|
|
required: false
|
|
|
|
|
|
|
|
metadata:
|
|
|
|
description: Additional metadata for uploads.
|
|
|
|
type: map
|
|
|
|
required: false
|
|
|
|
|
|
|
|
redirects:
|
|
|
|
description: Redirects to create.
|
|
|
|
type: map
|
|
|
|
required: false
|
|
|
|
|
|
|
|
cloudfront-distribution:
|
|
|
|
description: ID of cloudfront distribution to invalidate.
|
|
|
|
type: string
|
|
|
|
required: false
|
|
|
|
|
|
|
|
dry_run:
|
|
|
|
description: Dry run disables API calls.
|
|
|
|
type: bool
|
|
|
|
required: false
|
|
|
|
|
|
|
|
max_concurrency:
|
|
|
|
description: Customize number of concurrent files to process.
|
|
|
|
defaultValue: 100
|
|
|
|
type: int
|