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
I am trying to download non-public images from amazon's s3.
To do this I have to generate a pre-signed url that includes a bunch of long parameters like the signature, and the library crashes because it wants to write a file whose name lenght exceeds the allowed limit.
I am now trying to hack the cache to use shorter version of the url as filename, but I think that would probably mess up the entire cache system for s3 pictures.
The text was updated successfully, but these errors were encountered:
I am trying to download non-public images from amazon's s3.
To do this I have to generate a pre-signed url that includes a bunch of long parameters like the signature, and the library crashes because it wants to write a file whose name lenght exceeds the allowed limit.
I am now trying to hack the cache to use shorter version of the url as filename, but I think that would probably mess up the entire cache system for s3 pictures.
The text was updated successfully, but these errors were encountered: