Skip to content

Commit

Permalink
remove StorageServiceClientConfig interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
skomma committed May 7, 2024
1 parent 08e2e62 commit 93365c1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions packages/storage-service-clients/src/interfaces/config/gcs.ts

This file was deleted.

7 changes: 0 additions & 7 deletions packages/storage-service-clients/src/interfaces/config/s3.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/storage-service-clients/src/interfaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ export interface IStorageServiceClient {
copyFile(copySource: string, copyDestination: string): Promise<void>,
}

export * from './config/gcs';
export * from './config/s3';
export * from './method-options/gcs';
export * from './method-options/s3';
export * from './uri/gcs';
Expand Down

0 comments on commit 93365c1

Please sign in to comment.