We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
planetary_computer.sign_url
The sign_url function checks whether SAS token query parameters are present and, if present, returns the URL unaltered:
sign_url
planetary-computer-sdk-for-python/planetary_computer/sas.py
Lines 161 to 164 in 0c1d784
Is it possible to allow this function to refresh the token of signed URLs by checking the expiration datetime of the se query parameter?
se
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
sign_url
function checks whether SAS token query parameters are present and, if present, returns the URL unaltered:planetary-computer-sdk-for-python/planetary_computer/sas.py
Lines 161 to 164 in 0c1d784
Is it possible to allow this function to refresh the token of signed URLs by checking the expiration datetime of the
se
query parameter?The text was updated successfully, but these errors were encountered: