Skip to content

Commit a9edee2

Browse files
committed
Change to name to be consistent with parse server createFile
1 parent d5471a6 commit a9edee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class S3Adapter {
192192
return {
193193
location: location, // actual upload location, used for tests
194194
url: url, // optionally signed url (can be returned to client)
195-
filename: key_without_prefix, // filename in storage
195+
name: key_without_prefix, // filename in storage, consistent with other adapters
196196
s3_response: response // raw s3 response
197197
};
198198
}

0 commit comments

Comments
 (0)