s3_reproxy_download 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a5ff4ce5fd844b67cabb765d0ebb67c6d0720267
4
- data.tar.gz: c60c134531b3a2552689b2dfb544b2efbc6d1360
3
+ metadata.gz: 152db77266bfe5c1a10807e24db1571136500a01
4
+ data.tar.gz: 7dc7ccaae25edaf7556ee32e610ccc91b2603b2b
5
5
  SHA512:
6
- metadata.gz: e614a8eca49af4cc2fbed2db74007afdf0d08babddc0a55ff82a979f6113ddd2f31db6fc1c5bee98b017f04dadadb7da9a79db9e1a818ec258e3bb456c001188
7
- data.tar.gz: 8fcf3d646806faa75f9281a61188343103a904b8bf71f5a6e4ecb23ea0fc026d81a88c939c0b35d63e977a70f5bb89c3e1735dab55e2d68c742804d83f7a1d94
6
+ metadata.gz: 91041513d134514452453a16f5cc3f353a77558b6e87ab89c0791c9462f8937bf104bacf6c6162680e4d46a4fe6ebb861e31f63e4e3d10553b386dcd974594a4
7
+ data.tar.gz: db0eae71613f9db5051078ebb959dbdc23a5a413d1eb1d5bf1de28faa7381571b0b5261bfcc3a43d063b708b34332d687c7bfd233b7225930b4a9fd5e6a3286b
@@ -34,7 +34,7 @@ module S3ReproxyDownload
34
34
  end
35
35
 
36
36
  def presigned_url
37
- @bucket.object(@path).presigned_url(:get, @path)
37
+ @bucket.object(@path).presigned_url(:get)
38
38
  end
39
39
 
40
40
  def filename
@@ -1,3 +1,3 @@
1
1
  module S3ReproxyDownload
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3_reproxy_download
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - takkanm
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2017-03-07 00:00:00.000000000 Z
13
+ date: 2017-03-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: actionpack