Update object_storage.rb

This commit is contained in:
Shinya Maeda 2018-05-25 15:27:33 +00:00
parent 014f5f6a69
commit 5b3af86091
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module ObjectStorage
ObjectStorageUnavailable = Class.new(StandardError)
DIRECT_UPLOAD_TIMEOUT = 4.hours
TMP_UPLOAD_PATH = 'tmp/upload'.freeze
TMP_UPLOAD_PATH = 'tmp/uploads'.freeze
module Store
LOCAL = 1