AWS S3 Upload provides an easy way to upload files directly from your Switch flow to an Amazon AWS S3 Bucket. You can use it for all kinds of operations on S3 buckets. You can use it to upload files to your suppliers, or for automated archiving purposes (upload files to a bucket, set a maximum lifecycle time for that bucket and files are automatically cleaned up after a certain time). It currently works with file-type jobs only, but you can easily upload folder-type jobs by putting a job dismantler in front of the element.
We have been using AWS S3 upload for a little while without any problems. It was a little weird setting up how to upload to a folder on a bucket but I managed.
AWS S3 upload doesn't support setting content-type which is a problem for us. Hopefully in the future the feature gets added.
works perfectly
I've requested for a trial for this app as I'm pretty interested on how it works hoping that it will help me with what I need to do. It's already installed in my Switch and already did the setup for it (e.g. aws keys, etc.) but I can't seem to start a connection from it to other elements. I need to do something with the file once it's uploaded to S3 (e.g. move to trash) or if it fails (send alert via email).
Here's how it looks like:
https://drive.google.com/file/d/0B6TD6nlgkG6sbms0Y29ROFlwX3pJaHVnYmFUNEp...
It would be great if this will be fixed soon.