---
title: "Upload Thousands of Files to Amazon s3"  
description: "Upload Thousands of Files to Amazon s3"  
author: "Shrishti Nama"  
published: 2017-10-27  
updated: 2017-10-27  
canonical: https://www.mindstick.com/forum/34357/upload-thousands-of-files-to-amazon-s3  
category: "c#"  
tags: ["sql server 2012"]  
reading_time: 1 minute  

---

# Upload Thousands of Files to Amazon s3

Currently, my site is [dynamically creating](https://www.mindstick.com/forum/12748/dynamically-creating-html-and-asp-elements-from-code-behind) images with watermarks and then uploading these to [amazon](https://www.mindstick.com/articles/13037/guide-to-starting-a-fulfilment-by-amazon-business) s3, with details being saved to a MySql table.

What would be the best way to perform this action for all images that I want to [upload](https://www.mindstick.com/forum/12860/how-to-upload-file-asynchronously-using-generic-handler). There are approx 19,000 images within the [database](https://www.mindstick.com/articles/12226/use-of-database-in-sencha-extjs-and-insert-record-from-user-form-using-ajax) which need uploading. Could I [handle](https://www.mindstick.com/articles/311004/suede-skillet-handle-cover) this with a scheduled event to run every 30 [minutes](https://www.mindstick.com/articles/23598/best-wedding-photographer-inspire-the-best-to-protect-your-valuable-minutes) to take the first 100 and upload those? Would this [timeout](https://www.mindstick.com/forum/159429/sql-query-returns-a-timeout-expired-error)?

I am using [SQL Server](https://www.mindstick.com/articles/12999/what-is-table-valued-function-in-sql-server) 2016 (32 [bit and 64 bit](https://answers.mindstick.com/qa/97190/can-you-please-explain-the-difference-between-72-bit-and-64-bit-memory))

## Replies

### Reply by Nancy Rai

Post is removed by the Admin.


---

Original Source: https://www.mindstick.com/forum/34357/upload-thousands-of-files-to-amazon-s3

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
