Skip to content

Commit

Permalink
Merge branch 'dev' into pq-65
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnnsu committed May 16, 2024
2 parents 76c8922 + 500da5c commit 7280fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class UserService {
const { originalname, buffer } = file;
const params = {
Bucket: process.env.AWS_S3_BUCKET_NAME,
Key: `${Date.now()}-${originalname}`,
Key: `images/${Date.now()}-${originalname}`,
Body: buffer,
};

Expand Down

0 comments on commit 7280fc1

Please sign in to comment.