Overview
Write data to S3-compatible object storage services.Configuration
Using Goldsky secrets (recommended)
Using direct credentials
Secret Format
The secret should contain your AWS credentials in the following format:Parameters
Must be
s3_sinkThe transform or source to read data from
S3-compatible endpoint URL (e.g.,
https://s3.amazonaws.com,
https://t3.storage.dev)Access key ID for authentication. Not required if using
secret_name.Secret access key for authentication. Not required if using
secret_name.AWS region or
auto for S3-compatible services. Not required if using secret_name.Name of the secret containing S3 credentials. See Secret Format above.
Optional path prefix for objects within the bucket
AWS session token for temporary credentials. Only needed when using STS temporary credentials (assumed roles, federated access, AWS SSO).
Secret format
When usingsecret_name, create a Goldsky secret of type s3 with the following structure:
Using plaintext credentials (not recommended)
Using plaintext credentials (not recommended)
You can specify credentials directly in the pipeline configuration, but this is discouraged for security reasons: