Presigned URLs can not have expires_in:
option of more than a week.
#983
Labels
guidance
Question that needs advice or information.
The limit is set in
aws-sdk-core/s3/presigner.rb
.To me this limit seems somewhat random as it is also not explained in the documentation or comments. Is that a limit set by the Amazon API? If it is, why is it handled in the presigner explicitly instead of using the failed request? If it is not, why is it enforced in the presigner?
The text was updated successfully, but these errors were encountered: