Skip to content

Commit 9f696ef

Browse files
committed
Added the renamed file
1 parent f9afd05 commit 9f696ef

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import { BaseDataAddress } from "@think-it-labs/edc-connector-client";
2+
3+
export interface AmazonS3DataAddress extends BaseDataAddress {
4+
type: 'AmazonS3';
5+
region: string;
6+
bucketName?: string;
7+
keyPrefix?: string;
8+
folderName?: string;
9+
accessKeyId?: string;
10+
secretAccessKey?: string;
11+
endpointOverride?: string;
12+
}

0 commit comments

Comments
 (0)