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
Below method in RObject to get the url doesn't know about load-balancing.
# Generates a URL representing the object according to the client, bucket and key.
# If the key is blank, the bucket URL will be returned (where the object will be
# submitted to when stored).
def url
segments = [ @bucket.client.http_paths[:prefix], escape(@bucket.name)]
segments << escape(@key) if @key
@bucket.client.http.path(*segments).to_s
end
The text was updated successfully, but these errors were encountered:
Moved from https://github.com/seancribbs/ripple/issues/249 by @johnae:
Below method in RObject to get the url doesn't know about load-balancing.
The text was updated successfully, but these errors were encountered: