Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11675, comment 13


Ignore:
Timestamp:
May 9, 2017, 9:11:00 PM (7 years ago)
Author:
Peter Suter

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11675, comment 13

    initial v1  
    22
    33For Amazon S3 I've used a redirect to a [http://boto3.readthedocs.io/en/latest/guide/s3.html#generating-presigned-urls boto3.generate_presigned_url] for downloading files directly in a similar use-case. This seemed surprisingly simple. Direct uploading was a bit more complicated (client-side logic and a new server-side endpoint for [http://boto3.readthedocs.io/en/latest/guide/s3.html#generating-presigned-posts boto3.generate_presigned_post]).
     4
     5(But for Trac it would probably be largely acceptable to route through the server for many installations where attachments are relatively small / infrequent.)