明壁幕府忍法帳 > Aptana Index > Home > Mobile Backend Services > Mobile Backend Services Release Notes > ArrowDB 1.1.x - 1.4.x Release Notes > ArrowDB 1.1.12 Release Note

2018.04.19 Ver.2 (2019.3.12)

ArrowDB 1.1.12 Release Note

ArrowDB 1.1.12 - 05 May 2015

New features

  • Add ability to set private file permission on File objects using the s3_acl field. When creating or updating a File object, set the s3_acl field to private to only allow logged-in users to access the file. The retrieved URL will be temporary and expire, by default, after five minutes. You can adjust the expiration time with the query or show method's expires field. Previously, all files without an access control list were public.

  • Add ability to update the owner of a Place object using the user_id field. When using the update method, set the user_id field to the ID of the new owner.

Bug fix

  • Fixed an issue where email templates were failing to insert passed parameters.