croaker-aws-s3 0.5.2.20090127001 → 0.5.2.20090127002

Sign up to get free protection for your applications and to get access to all the features.
@@ -187,7 +187,7 @@ module AWS
187
187
  target_bucket = options[:target_bucket] ? bucket_name(options[:target_bucket]) : bucket
188
188
  target_key = path!(target_bucket, copy_key)
189
189
  returning put(target_key, default_options) do
190
- acl(copy_key, bucket, acl(key, bucket)) if options[:copy_acl]
190
+ acl(copy_key, target_bucket, acl(key, bucket)) if options[:copy_acl]
191
191
  end
192
192
  end
193
193
 
@@ -4,7 +4,7 @@ module AWS
4
4
  MAJOR = '0'
5
5
  MINOR = '5'
6
6
  TINY = '2'
7
- BETA = '20090127001'
7
+ BETA = '20090127002'
8
8
  end
9
9
 
10
10
  Version = [VERSION::MAJOR, VERSION::MINOR, VERSION::TINY, VERSION::BETA].compact * '.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: croaker-aws-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2.20090127001
4
+ version: 0.5.2.20090127002
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcel Molina Jr.