COF-C02 · Question #497
A user wants to access stored in a stage without authenticating into Snowflake. Which type of URL should be used?
The correct answer is D. Pre-signed URL. A Pre-signed URL allows unauthenticated, temporary access to a specific file in a Snowflake stage. It embeds a short-lived authorization token directly in the URL, so the recipient can download the file via HTTP without needing a Snowflake login. This is useful for sharing…
Question
A user wants to access stored in a stage without authenticating into Snowflake. Which type of URL should be used?
Options
- AFile URL
- BStaged URL
- CScoped URL
- DPre-signed URL
How the community answered
(42 responses)- A2% (1)
- B7% (3)
- C2% (1)
- D88% (37)
Explanation
A Pre-signed URL allows unauthenticated, temporary access to a specific file in a Snowflake stage. It embeds a short-lived authorization token directly in the URL, so the recipient can download the file via HTTP without needing a Snowflake login. This is useful for sharing staged files with external systems or users who do not have Snowflake accounts. In contrast: a File URL requires Snowflake authentication and is session-based; a Scoped URL is also Snowflake-authenticated and scoped to the current session; there is no standard 'Staged URL' type in Snowflake.
Topics
Community Discussion
No community discussion yet for this question.