Skip to content

Commit

Permalink
chore: remove unused TemporaryCredentialsProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed Sep 30, 2024
1 parent 6f1b4bb commit e3c517a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/storage/src/providers/s3/types/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ export type LocationCredentialsProvider = (
options?: CredentialsProviderOptions,
) => Promise<{ credentials: AWSTemporaryCredentials }>;

/**
* @internal
*/
export type TemporaryCredentialsProvider = LocationCredentialsProvider;

export interface BucketInfo {
bucketName: string;
region: string;
Expand Down

0 comments on commit e3c517a

Please sign in to comment.