From bfdebd20ece79e0f4c3adf2a2619466fea9c30fa Mon Sep 17 00:00:00 2001 From: Thuan Bui <9248622+10h30@users.noreply.github.com> Date: Wed, 7 May 2025 15:28:34 +0900 Subject: [PATCH] Update README.md to include part 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f511dfc..7510b26 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ | 2 | Validation & Bảo mật khi upload | [`part-2-validation-security`](https://github.com/10h30/laravel-file-upload-series/tree/part-2-validation-security) | | 3 | Upload cùng lúc nhiều file | [`part-3-multiple-file-upload`](https://github.com/10h30/laravel-file-upload-series/tree/part-3-multiple-file-upload) | | 4 | Hiển thị và xoá các file đã upload | [`part-4-manage-uploads`](https://github.com/10h30/laravel-file-upload-series/tree/part-4-manage-uploads) | +| 5 | HUpload file lên Amazon S3 | [`part-5-upload-to-s3`](https://github.com/10h30/laravel-file-upload-series/tree/part-5-upload-to-s3) | | | > 📖 Mỗi branch tương ứng với một phần trong series blog. Bạn có thể clone và chạy từng phần riêng biệt để dễ theo dõi.