You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to create a signed url when the bucket has uniform bucket level access but not a publicRead policy? The documentation says that when using uniform bucket level access the setting GS_QUERYSTRING_AUTH should be set to false, causing that all urls will be generated non signed, but this assumes that the objects are public so they can be shared that way.
But in my particular case I have uniform bucket level access and the objects are private, but I still want to share some of them via signed urls, is this somehow possible?
Looking at this code I infer is not, but maybe there is a way.
The text was updated successfully, but these errors were encountered:
Is it possible to create a signed url when the bucket has uniform bucket level access but not a publicRead policy? The documentation says that when using uniform bucket level access the setting GS_QUERYSTRING_AUTH should be set to false, causing that all urls will be generated non signed, but this assumes that the objects are public so they can be shared that way.
But in my particular case I have uniform bucket level access and the objects are private, but I still want to share some of them via signed urls, is this somehow possible?
Looking at this code I infer is not, but maybe there is a way.
The text was updated successfully, but these errors were encountered: