Skip to content

Commit

Permalink
๐Ÿ› :: ์ œ๋ฐœ ๋˜๋ผ๊ณ ...
Browse files Browse the repository at this point in the history
  • Loading branch information
jyk1029 committed Nov 21, 2023
1 parent c6774ae commit d99cc64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class S3Utils(
val byteArrayIs = ByteArrayInputStream(bytes)

s3Client.putObject(
PutObjectRequest(bucketName, "/" + fileName, byteArrayIs, objMeta).withCannedAcl(
PutObjectRequest(bucketName, fileName, byteArrayIs, objMeta).withCannedAcl(
CannedAccessControlList.PublicRead
)
)
Expand Down

0 comments on commit d99cc64

Please sign in to comment.