applicious_utils 0.1.78 → 0.1.79
Sign up to get free protection for your applications and to get access to all the features.
@@ -66,8 +66,8 @@ module AppliciousUtils
|
|
66
66
|
multi_selection: false,
|
67
67
|
multipart: true,
|
68
68
|
multipart_params: {
|
69
|
-
'key': 'uploads/#{filename_token}' +
|
70
|
-
'Filename': 'uploads/#{filename_token}' +
|
69
|
+
'key': 'uploads/#{filename_token} + '_' + ${filename},
|
70
|
+
'Filename': 'uploads/#{filename_token}' + '_' + ${filename}, // adding this to keep consistency across the runtimes
|
71
71
|
'acl': '#{options[:acl]}',
|
72
72
|
'Content-Type': '#{options[:content_type]}',
|
73
73
|
'success_action_status': '201',
|