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
S3 supports a number of useful parameters, such as response-content-disposition. It would be neat if AUTHORIZED-URL supported these.
The following is a workaround I created in order to provide this functionality. Note that the call to puri-canonicalized-path has been removed. This is because Puri is not able to process a URL with spaces in it (to reproduce that problem, simply specify a content-disposition value with a space in it, such as: attachment; filename=foo.lisp).
S3 supports a number of useful parameters, such as
response-content-disposition
. It would be neat ifAUTHORIZED-URL
supported these.The following is a workaround I created in order to provide this functionality. Note that the call to
puri-canonicalized-path
has been removed. This is because Puri is not able to process a URL with spaces in it (to reproduce that problem, simply specify a content-disposition value with a space in it, such as:attachment; filename=foo.lisp
).The text was updated successfully, but these errors were encountered: