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 S3Boto3Storage url() method has attrbiute expire,
url()
it will be really nice if we could have the same behavior for azure,
It is feasible using generate_shared_access_signature method in BlobService
generate_shared_access_signature
BlobService
(I might fix it myself soon)
The text was updated successfully, but these errors were encountered:
This pull request fixes the problem #318
Sorry, something went wrong.
Closed via #565.
No branches or pull requests
The S3Boto3Storage
url()
method has attrbiute expire,it will be really nice if we could have the same behavior for azure,
It is feasible using
generate_shared_access_signature
method inBlobService
(I might fix it myself soon)
The text was updated successfully, but these errors were encountered: