Copy
Copy
yaml
type: "io.kestra.plugin.minio.Copy"Examples
yaml
id: minio_copy
namespace: company.team
tasks:
- id: copy
type: io.kestra.plugin.minio.Copy
accessKeyId: "<access-key>"
secretKeyId: "<secret-key>"
region: "eu-central-1"
from:
bucket: "my-bucket"
key: "path/to/file"
to:
bucket: "my-bucket2"
key: "path/to/file2"
yaml
id: s3_compatible_copy
namespace: company.team
tasks:
- id: copy_file
type: io.kestra.plugin.minio.Copy
accessKeyId: "<access-key>"
secretKeyId: "<secret-key>"
endpoint: https://<region>.digitaloceanspaces.com
from:
bucket: "my-bucket"
key: "path/to/file"
to:
bucket: "my-bucket2"
key: "path/to/file2"
Properties
accessKeyId string
bucket string
caPem string
clientPem string
delete booleanstring
Default
falseendpoint string
from Non-dynamic
Definitions
io.kestra.plugin.minio.Copy-CopyObjectFrom
bucketstring
keystring
versionIdstring
region string
secretKeyId string
ssl Non-dynamic
Definitions
io.kestra.core.http.client.configurations.SslOptions
insecureTrustAllCertificatesbooleanstring
to Non-dynamic
Definitions
io.kestra.plugin.minio.Copy-CopyObject
bucketstring
keystring