openstack 3.3.14 → 3.3.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/openstack/swift/storage_object.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70096459fcce8688ae069784712cd1fb9ee6093d
|
4
|
+
data.tar.gz: 64713e2dad15c7dabd97bc722f9a0802b6a83c09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d3de26fcae59b0457001f19e24c62c145a51bb0edf66dcd2c9aa1cc3c3b317b4ad855a3371e6b332e270776cf38721977cd7a712cfebe88410a8dd12d3a87a8
|
7
|
+
data.tar.gz: cf86e64fbea6b34f5702bc084aeba8ffddec2f1cf421dd25f7d2f4eaf8eacd24d6e9b48ff7ff026595fcb6a678824dfe873a4068f91ab39e38ca91b4a7ad4d06
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.15
|
@@ -70,7 +70,7 @@ module Swift
|
|
70
70
|
#
|
71
71
|
def object_metadata
|
72
72
|
path = "/#{@containername}/#{@name}"
|
73
|
-
response = @container.swift.connection.req("HEAD", path)
|
73
|
+
response = @container.swift.connection.req("HEAD", URI.encode(path))
|
74
74
|
resphash = response.to_hash
|
75
75
|
meta = { :bytes=>resphash["content-length"][0],
|
76
76
|
:content_type=>resphash["content-type"][0],
|