Skip to content

Commit

Permalink
๐Ÿ› ใƒ†ใ‚นใƒˆ็”จๅ‡บๅŠ›ใ‚’ๅ‰Š้™ค
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentaro1043 committed Dec 4, 2024
1 parent cdbdb84 commit a8bd509
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ func main() {
// ใƒกใ‚ฟใƒ‡ใƒผใ‚ฟๆ›ธใ่พผใฟ
if s3ObjectOutput.ContentType != nil {
gcsObjectWriter.ContentType = *s3ObjectOutput.ContentType
fmt.Println(*s3ObjectOutput.ContentType)
}
if s3ObjectOutput.ContentEncoding != nil {
gcsObjectWriter.ContentEncoding = *s3ObjectOutput.ContentEncoding
Expand Down

0 comments on commit a8bd509

Please sign in to comment.