export type OSSCredential = { accessKeyId: string; accessKeySecret: string; roleArn: string; roleSessionName: string; endpoint: string; bucket: string; region: string; };