dpl 1.9.2.travis.2748.5 → 1.9.2.travis.2749.5
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/README.md +1 -0
- data/lib/dpl/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: 7393a6238bbd846d6daf8457404bbc52196057ecd91f41978884776877ca2b89
|
|
4
|
+
data.tar.gz: 119c72b2c7cfa2eaa64a17ecbbded1070785618f4178ddacf4a2abbfe68661aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c14146bf262dccf275c0d186e5e197e5f7a5c5cb2428227c167778f452f825f0494fe8538bf0ad856dfc1051f850c681c9e668b9d3eb067af6d2910726717d1
|
|
7
|
+
data.tar.gz: 378250961df75ff6a15e24eed33dbcb4754571ef4e9f0024da044bf64eefb23d4598b6fc368ee721c74ad9ca49fc635378e39675e6fa25a7ad464a8de0989a3e
|
data/README.md
CHANGED
|
@@ -334,6 +334,7 @@ This _overrides_ the `gemspec` option.
|
|
|
334
334
|
* **dot_match**: When set to `true`, upload files starting a `.`.
|
|
335
335
|
* **index_document_suffix**: Set the index document of a S3 website.
|
|
336
336
|
* **default_text_charset**: Set the default character set to append to the content-type of text files you are uploading.
|
|
337
|
+
* **max_threads**: The number of threads to use for S3 file uploads. Default is 5, and the absolute maximum is 15.
|
|
337
338
|
|
|
338
339
|
#### File-specific `Cache-Control` and `Expires` headers
|
|
339
340
|
|
data/lib/dpl/version.rb
CHANGED