gitlab-fog-azure-rm 1.9.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/fog/azurerm/models/storage/file.rb +1 -1
- data/lib/fog/azurerm/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e3d095e019cbc998273c882272f179c5490107474e18fe4e723443933136bf7
|
|
4
|
+
data.tar.gz: cac7852c0917d11234f0c3aacc99608a7b74e8b1ab47f5ff6532d764503e027b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5432a3edbc3820350aa4e789e066801838883522057e148422f66bff0df632072eecae63431909fc0b406e5d1d82f8f90615583bb7202fbdb7fc75562781ce7d
|
|
7
|
+
data.tar.gz: 7f0b8fc9d208def6e9740e298c8cf63386898b7a7e81eddbc8f25ba76ffe59ab6a3dae8752563ac0d1ef5521f7012683275096ae9aadaefce2be34ac5146becf
|
|
@@ -251,9 +251,9 @@ module Fog
|
|
|
251
251
|
# AWS S3 and Google Cloud Storage pass response-content-disposition
|
|
252
252
|
# as a query string, while Azure needs the content_disposition parameter
|
|
253
253
|
# to generate a SAS token.
|
|
254
|
+
options = options.dup
|
|
254
255
|
options[:content_disposition] ||= options.dig(:query, 'response-content-disposition')
|
|
255
256
|
options[:content_type] ||= options.dig(:query, 'response-content-type')
|
|
256
|
-
options = options.dup
|
|
257
257
|
options.delete(:query)
|
|
258
258
|
options
|
|
259
259
|
end
|
data/lib/fog/azurerm/version.rb
CHANGED