AmazonS3IcebergStorage
import type { AmazonS3IcebergStorage } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The Amazon S3 Iceberg storage.
interface AmazonS3IcebergStorage {
accessKeyId?: string;
bucket?: string;
endpoint?: string;
region?: string;
schemeType?: "SCHEME_TYPE_UNSPECIFIED" | "S3" | "S3A";
secretAccessKeySecret?: string;
}