Skip to content

Commit 5a61964

Browse files
committed
gcp client code migration from aws-sdk v2 to v3
With the migration we can no longer use the serviceDefine property available with aws-sdk v2. This commit aims to extend the s3Client class to override the methods that are not compatible with GCP. Issue: ARSN-514
1 parent 3093dac commit 5a61964

File tree

10 files changed

+2037
-1474
lines changed

10 files changed

+2037
-1474
lines changed

index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,8 @@ export const storage = {
153153
AwsClient: require('./lib/storage/data/external/AwsClient'),
154154
AzureClient: require('./lib/storage/data/external/AzureClient'),
155155
GcpClient: require('./lib/storage/data/external/GcpClient'),
156-
GCP: require('./lib/storage/data/external/GCP/GcpService'),
156+
GCP: require('./lib/storage/data/external/GCP'),
157157
GcpUtils: require('./lib/storage/data/external/GCP/GcpUtils'),
158-
GcpSigner: require('./lib/storage/data/external/GCP/GcpSigner'),
159158
PfsClient: require('./lib/storage/data/external/PfsClient'),
160159
backendUtils: require('./lib/storage/data/external/utils'),
161160
},

0 commit comments

Comments
 (0)