We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5471a6 commit a9edee2Copy full SHA for a9edee2
index.js
@@ -192,7 +192,7 @@ class S3Adapter {
192
return {
193
location: location, // actual upload location, used for tests
194
url: url, // optionally signed url (can be returned to client)
195
- filename: key_without_prefix, // filename in storage
+ name: key_without_prefix, // filename in storage, consistent with other adapters
196
s3_response: response // raw s3 response
197
};
198
}
0 commit comments