Skip to content

Commit

Permalink
feat: minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
novalagung committed Jul 6, 2023
1 parent 8db1283 commit 9d4a482
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions content/C-golang-aws-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func main() {
}
```

Jalankan program dan lihat hasilnya:
Jalankan program dan lihat hasilnya.

![S3 test](images/C_aws_s3_1.png)

Expand Down Expand Up @@ -182,7 +182,7 @@ func main() {
}
```

Jalankan program dan lihat hasilnya:
Jalankan program dan lihat hasilnya.

![S3 test](images/C_aws_s3_2.png)

Expand Down Expand Up @@ -240,7 +240,7 @@ func main() {
}
```

Jalankan program dan lihat hasilnya:
Jalankan program dan lihat hasilnya.

![S3 test](images/C_aws_s3_3.png)

Expand Down Expand Up @@ -283,6 +283,10 @@ func main() {
}
```

Jalankan program dan lihat hasilnya.

![S3 test](images/C_aws_s3_5.png)

## C.39.8 Men-download object dari S3 bucket

Untuk proses download, kita harus mempersiapkan satu file object terlebih dahulu untuk menampung konten hasil operasi download.
Expand Down Expand Up @@ -335,7 +339,7 @@ func main() {
}
```

Jalankan program dan lihat hasilnya:
Jalankan program dan lihat hasilnya.

![S3 test](images/C_aws_s3_4.png)

Expand Down Expand Up @@ -373,7 +377,7 @@ func main() {
}
```

Jalankan program dan lihat hasilnya
Jalankan program dan lihat hasilnya.

![S3 test](images/C_aws_s3_6.png)

Expand Down

0 comments on commit 9d4a482

Please sign in to comment.