Is it possible to perform a batch upload to Amazon S3? I have a project that needs to upload each night ~100K of files that can be up to 1G but most of them are files of small sizes.
Does the s3 API support uploading multiple objects in a single HTTP call?
All the objects must be available in S3 as individual objects. I cannot host them anywhere else. That is an external requirement that I cannot change.