AwsS3IntegrationConfig
Home > @backstage/integration
> AwsS3IntegrationConfig
The configuration parameters for a single AWS S3 provider.
Signature:
export type AwsS3IntegrationConfig = {
host: string;
endpoint?: string;
s3ForcePathStyle?: boolean;
accessKeyId?: string;
secretAccessKey?: string;
roleArn?: string;
externalId?: string;
};