Skip to content

Commit be61240

Browse files
committed
Change to name to be consistent with parse server createFile
1 parent 3172564 commit be61240

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
@@ -193,7 +193,7 @@ class S3Adapter {
193193
return {
194194
location: location, // actual upload location, used for tests
195195
url: url, // optionally signed url (can be returned to client)
196-
filename: key_without_prefix, // filename in storage
196+
name: key_without_prefix, // filename in storage, consistent with other adapters
197197
s3_response: response // raw s3 response
198198
};
199199
}

0 commit comments

Comments
 (0)