s3_private_direct_upload 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,6 +18,7 @@ module S3DirectUpload
18
18
  bucket: S3DirectUpload.config.bucket,
19
19
  region: S3DirectUpload.config.region || "s3",
20
20
  url: S3DirectUpload.config.url,
21
+ acl: "private",
21
22
  ssl: true,
22
23
  expiration: 10.hours.from_now.utc.iso8601,
23
24
  max_file_size: 500.megabytes,
@@ -1,3 +1,3 @@
1
1
  module S3DirectUpload
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3_private_direct_upload
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: