Please enable JavaScript.
Coggle requires JavaScript to display documents.
API streaming auth, https://www.fastly.com/blog/patterns-for…
API streaming auth
Signed URL :
-
When you create a presigned URL, you must provide your security credentials and then specify a bucket name, an object key, an HTTP method (PUT for uploading objects), and an expiration date and time. The presigned URLs are valid only for the specified duration.
-
Note
Anyone with valid security credentials can create a presigned URL. However, for you to successfully upload an object, the presigned URL must be created by someone who has permission to perform the operation that the presigned URL is based upon.
When you create a presigned URL, you associate it with a specific action.
presigned URL gives you access to the object identified in the URL, provided that the creator of the presigned URL has permissions to access that object
-
-
-