Help porting use of v2 S3 pre-signed url to v3 in synchronous Cesium/Resource/Proxy.getURL #6003
Unanswered
charlesritchea
asked this question in
Q&A
Replies: 1 comment
-
I just realized that generating a presigned url is entirely client side, so there really is no excuse not to have a synchronous version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use this https://cesium.com/learn/ion-sdk/ref-doc/Proxy.html and in our implementation of getURL we use the v2 aws sdk
In v2, this is a synchronous method and works in getURL.
However in v3, The only solution I could find is async.
Is the only solution to create a PR for Cesium and hope it gets accepted?
Any ideas on workarounds, this is the last v2 use in our code.
Beta Was this translation helpful? Give feedback.
All reactions