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 3172564 commit be61240Copy full SHA for be61240
index.js
@@ -193,7 +193,7 @@ class S3Adapter {
193
return {
194
location: location, // actual upload location, used for tests
195
url: url, // optionally signed url (can be returned to client)
196
- filename: key_without_prefix, // filename in storage
+ name: key_without_prefix, // filename in storage, consistent with other adapters
197
s3_response: response // raw s3 response
198
};
199
}
0 commit comments