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 1b885f6 commit aa584bdCopy full SHA for aa584bd
components/aws/sources/common/include-link.mjs
@@ -27,7 +27,7 @@ export default {
27
async stashFile(item) {
28
const { Body } = await this.getObject({
29
Bucket: item.bucket.name,
30
- Key: item.object.key,
+ Key: item.object.key.replace(/\+/g, " "),
31
});
32
const filepath = `${item.bucket.name}/${item.object.key}`;
33
const buffer = await this.streamToBuffer(Body);
0 commit comments