OptionalcredentialsExplicit AWS credentials.
When omitted, the SDK falls back to the default credential provider chain (environment variables, shared credentials file, EC2 instance metadata, ECS container credentials, etc.).
AWS access key ID.
AWS secret access key.
OptionalsessionToken?: stringOptional session token for temporary credentials (STS).
OptionalendpointCustom endpoint URL for S3-compatible object stores.
Set this when targeting MinIO, Cloudflare R2, Backblaze B2, or any other store that exposes an S3-compatible API at a non-AWS endpoint.
OptionalforceForce path-style addressing (endpoint/bucket/key) instead of the
default virtual-hosted style (bucket.endpoint/key).
Required by some S3-compatible stores that do not support virtual-hosted bucket addressing.
OptionalmaxMaximum number of concurrent GetObject calls within a single
S3Connector.readRanges invocation.
AWS region for the S3 client (e.g. "us-east-1").
Configuration options for S3Connector.