You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2023. It is now read-only.
* Improvement: Paperclip now supports aws-sdk v2 (@betesh, @davetchen, https://github.com/thoughtbot/paperclip/pull/1903)
4
+
If your Gemfile contains aws-sdk (>= 2.0.0) and aws-sdk-v1, paperclip will use aws-sdk v2.
5
+
With aws-sdk v2, S3 storage requires you to set the s3_region. s3_region may be nested in s3_credentials, and (if not nested in s3_credentials) it may be a Proc.
6
+
7
+
4.3.0 (6/18/2015):
2
8
3
9
* Improvement: Update aws-sdk and cucumber gem versions.
4
10
* Improvement: Add `length` alias for `size` method in AbstractAdapter.
@@ -11,7 +17,7 @@
11
17
* Ruby Versioning: Drop support for 1.9.3 (EOL'ed)
12
18
* Rails Versioning: Drop support for 4.0.0 (EOL'ed)
13
19
14
-
4.2.4:
20
+
4.2.4 (6/5/2015):
15
21
16
22
* Rollback backwards incompatible change, allowing paperclip to run on
0 commit comments