Skip to content

Commit

Permalink
Change to name to be consistent with parse server createFile
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianCurtin committed Jan 16, 2025
1 parent d5471a6 commit a9edee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class S3Adapter {
return {
location: location, // actual upload location, used for tests
url: url, // optionally signed url (can be returned to client)
filename: key_without_prefix, // filename in storage
name: key_without_prefix, // filename in storage, consistent with other adapters
s3_response: response // raw s3 response
};
}
Expand Down

0 comments on commit a9edee2

Please sign in to comment.