An implementation of the S3 backend, bypassing the lazy SDK import.
This is NOT a place to put an @aws-sdk/client-s3 S3Client; see
IS3Backend. Injecting a real SDK client is refused at
connect() with the methods it lacks.
An implementation of the S3 backend, bypassing the lazy SDK import.
This is NOT a place to put an @aws-sdk/client-s3 S3Client; see
IS3Backend. Injecting a real SDK client is refused at
connect() with the methods it lacks.
import { type S3ProviderOptions } from "storage-plugin/src/index.ts";