Which file function provides a URL with access to a file on a stage without the need for authentication and authorization?
Which file function provides a URL with access to a file on a stage without the need for authentication and authorization?
GET_PRESIGNED_URL generates a pre-signed URL to access files on a stage without the need for authentication and authorization. This function is specifically designed for providing access without additional security measures, making it the appropriate choice for this requirement.
GET_PRESIGNED_URL Generates the pre-signed URL to a staged file using the stage name and relative file path as inputs. Access files in an external stage using the function.
The correct answer is B
B - GET_PRESIGNED_URL
B. GET_PRESIGNED_URL
correct is B
Correct Answer is B. (GET_PRESIGNED_URL) Scoped URLs provide better security, while pre-signed URLs can be accessed without authorization or authentication. To choose the correct URL for your use case, see Types of URLs Available to Access Files. https://docs.snowflake.com/en/user-guide/unstructured-data-sharing#step-1-create-a-secure-view