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
The getObjectUrl method has been deleted in 8.0. How can I get a URL address that does not expire?
The text was updated successfully, but these errors were encountered:
We do not support any utility functions like getObjectUrl() any more. You have two tricks to do that
getObjectUrl()
MinioClient
getPresignedObjectUrl()
buildUrl()
Sorry, something went wrong.
How to use getPresignedObjectUrl() to achieve non expiration?
With no credentials there is no pre-signing hence the URL looks like value returned like old getObjectUrl()
No branches or pull requests
The getObjectUrl method has been deleted in 8.0. How can I get a URL address that does not expire?
The text was updated successfully, but these errors were encountered: