Reputation: 4809
We are using the Cesium Resource Proxy class to provide a presigned url from s3 for each of our resources. The getUrl method must return a string and is synchronous. When using the AWS SDK v2, this works because getPresignedUrl returns a string. How can I do the same thing using the entirely async AWS SDK v3?
Upvotes: 0
Views: 62