Skip to content

Commit aa584bd

Browse files
committed
updates
1 parent 1b885f6 commit aa584bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/aws/sources/common/include-link.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
async stashFile(item) {
2828
const { Body } = await this.getObject({
2929
Bucket: item.bucket.name,
30-
Key: item.object.key,
30+
Key: item.object.key.replace(/\+/g, " "),
3131
});
3232
const filepath = `${item.bucket.name}/${item.object.key}`;
3333
const buffer = await this.streamToBuffer(Body);

0 commit comments

Comments
 (0)