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
Right now, permissions are hard-coded to 'public-read'. This change adds a new prop to DropzoneS3Uploader called aclPermissions. The value is a string. Any canned aws ACL should be valid, we are using 'private' for our purposes. http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl.
Also, we are specifying the directory for babel in our build commands.
0 commit comments