blufin-lib 1.7.1 → 1.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/core/aws.rb +1 -1
- data/lib/version.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: 006de3b674b230ceee80bbbf0d8dede7e36a3c99
|
4
|
+
data.tar.gz: 94c6debded90fb2f41ecc2668d62a8db8f7780cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fc9c002adfa763a41222581cacf84d208cebe58d2494d60bdadb4ef928b54e0abaf116bd48f17bf88cbf86c277bc8ca9e56c56c30ce0a4f6e55a079f39e9f0b
|
7
|
+
data.tar.gz: d670083126943b8e91c1ef04541b15cc14af10aacdb7e212af19539488579ecc1cda29c734bfec3fd22f0beb4b7caefeeb0737a4879a2b98a7a9ecd4a14d0b7f
|
data/lib/core/aws.rb
CHANGED
@@ -29,7 +29,7 @@ module Blufin
|
|
29
29
|
system("rm #{tmp_location}") unless file.nil?
|
30
30
|
Blufin::Files::create_directory(tmp_location)
|
31
31
|
}, verbose: true)
|
32
|
-
raise RuntimeError unless Blufin::Terminal::execute("aws s3 cp s3://#{bucket_name}#{bucket_path_s3} #{tmp_location} --recursive --
|
32
|
+
raise RuntimeError unless Blufin::Terminal::execute("aws s3 cp s3://#{bucket_name}#{bucket_path_s3} #{tmp_location} --recursive --region #{region}#{App::AWS::get_profile_for_cli}", verbose: true)
|
33
33
|
tmp_location
|
34
34
|
rescue
|
35
35
|
system("rm -rf #{tmp_location}") if file.nil?
|
data/lib/version.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
BLUFIN_LIB_VERSION = '1.7.
|
1
|
+
BLUFIN_LIB_VERSION = '1.7.2'
|