The S3-compatible service endpoint URL. Defaults to S3_ENDPOINT
or AWS_ENDPOINT
environment variables.
Symbol
S3FilePresignOptions.endpoint
endpoint?: string
// AWS S3
const file = s3.file("my-file.txt", {
endpoint: "https://s3.us-east-1.amazonaws.com"
});