Skip to content

Commit

Permalink
fix: change remote config name
Browse files Browse the repository at this point in the history
  • Loading branch information
rams23 committed Oct 17, 2023
1 parent c704137 commit a9893db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage-s3/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function getProjectRootDir() {
return process.cwd();
}

function getOptions(options: AwsNxCacheOptions) {
function getOptions(options: AwsRemoteOptions) {
return {
awsAccessKeyId: process.env.RNBH_AWS_ACCESS_KEY_ID ?? options.awsAccessKeyId,
awsSecretAccessKey: process.env.RNBH_AWS_SECRET_ACCESS_KEY ?? options.awsSecretAccessKey,
Expand Down

0 comments on commit a9893db

Please sign in to comment.