COF-C02 · Question #540
Which file function provides a URL with access to a file on a stage without the need for authentication and authorization?
The correct answer is B. GET_PRESIGNED_URL. The GET_PRESIGNED_URL file function in Snowflake provides a URL with access to a file on a stage without requiring authentication and authorization. This is particularly useful for sharing data files stored in Snowflake stages with external parties securely and conveniently…
Question
Which file function provides a URL with access to a file on a stage without the need for authentication and authorization?
Options
- AGET_RELATIVE_PATH
- BGET_PRESIGNED_URL
- CBUILD_STAGE_FILE_URL
- DBUILD_SCOPED_FILE_URL
How the community answered
(56 responses)- A5% (3)
- B89% (50)
- C4% (2)
- D2% (1)
Explanation
The GET_PRESIGNED_URL file function in Snowflake provides a URL with access to a file on a stage without requiring authentication and authorization. This is particularly useful for sharing data files stored in Snowflake stages with external parties securely and conveniently. The presigned URL generated by this function gives temporary access to the file, which expires after a specified duration.
Topics
Community Discussion
No community discussion yet for this question.