So this returns the S3 link to attachments.php then attachments.php serves the file from your S3 account which would save space on your web server.
It would be nice to have something return the S3 link when viewing attachments and posting, then upload to S3 when a user tries to attach a new file. Without that your webserver is still using up your traffic/Resources + S3 traffic because its being outputted from attachment.php.
|