Which URL type should be used to get a permanent URL to a file in a stage?
Which URL type should be used to get a permanent URL to a file in a stage?
A File URL is used to retrieve a permanent URL to a file stored in a stage. A File URL is a static URL that provides direct access to a file. Pre-signed URLs, on the other hand, are temporary and have an expiration time, which makes them unsuitable for use as a permanent URL.
File URL https://docs.snowflake.com/en/user-guide/unstructured-intro
https://docs.snowflake.com/en/user-guide/unstructured-intro#:~:text=Permanent%20URL%20to%20a%20file%20on%20a%20stage.
A - File URL
A. File URL is correct
correct