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
If provider setup as 'OpenStack', it will support upload/remove/view with temporary tempurl.
but if provider setup as 'openstack', it will support upload/remove, but view with temporary tempurl will not works (will show only last part of url without server as local assest).
The text was updated successfully, but these errors were encountered:
@warpc I tried reproducing this problem with docker Swift all-in-one (https://hub.docker.com/r/bouncestorage/swift-aio/), but cannot reproduce the behavior of failing to be able to GET an object. Could you supply a test case that demonstrates the problem?
For reference, this was my attempt:
os = Fog::Storage.new(provider: 'openstack')
os.get_object_https_url('foo', 'bar', Fog::Time.now + 3600)
I am able to use curl to retrieve the object using this URL (for Swift all-in-one, I had to mutate the scheme and host).
I found unexpected behavior with follow options which used in CarrierWave:
If provider setup as 'OpenStack', it will support upload/remove/view with temporary tempurl.
but if provider setup as 'openstack', it will support upload/remove, but view with temporary tempurl will not works (will show only last part of url without server as local assest).
The text was updated successfully, but these errors were encountered: