Skip to content

Commit

Permalink
feat: revert bucket name change
Browse files Browse the repository at this point in the history
  • Loading branch information
arthcp committed Oct 9, 2024
1 parent d741e5c commit 898a587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rpcConfig/uploadS3Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const s3Client = new S3Client({
const fileName = deploymentMode + "RpcConfig.json";
const localFilePath = fileName;

const bucketName = "socket-dl-" + deploymentMode;
const bucketName = "socket-ll-" + deploymentMode;
const s3FileKey = fileName; // File key in S3

const createConfig = async () => {
Expand Down

0 comments on commit 898a587

Please sign in to comment.