You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Amazon builtin support in S3 for arranging for customized content-type and content-disposition headers is very awkward: http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectGET.html
It would be nice in s3auth to be able to upload some .s3authconfig file in some syntax tbd which allows
for customized http headers to be sent back, such as:
@mdagit I'm sorry this bug is still not fixed. We didn't have enough funds/time to work on the project. However, recently we received some donations from our grateful users and will continue to fix issues and introduce new features. Would be great if you can also donate -- to help us move forward faster. Here is the link: https://www.0crat.com/contrib/C3RP1J1CH
The Amazon builtin support in S3 for arranging for customized content-type and content-disposition headers is very awkward:
http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectGET.html
It would be nice in s3auth to be able to upload some .s3authconfig file in some syntax tbd which allows
for customized http headers to be sent back, such as:
I'm just making that kind of syntax up; Apache .htaccess syntax is horrible, and Varnish VCL is too complicated.
Also, it would be nice if this feature were available even on content buckets that are marked for public readonly access (and no .htpasswd).
-mda
The text was updated successfully, but these errors were encountered: