Skip to content

55 ipfs file uploader#58

Open
crackdev01 wants to merge 8 commits into
developfrom
55-ipfs-file-uploader
Open

55 ipfs file uploader#58
crackdev01 wants to merge 8 commits into
developfrom
55-ipfs-file-uploader

Conversation

@crackdev01

Copy link
Copy Markdown

No description provided.

@crackdev01 crackdev01 linked an issue Jun 23, 2023 that may be closed by this pull request
4 tasks
@crackdev01 crackdev01 requested review from slaveatanasov and stojanov-igor and removed request for slaveatanasov June 23, 2023 15:19

@stojanov-igor stojanov-igor left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are appending .txt to the downloaded files (QmWBXoQ9qyaNXDiXfWAvEypY4we6Z2AZFKJ8yzoydSfZsV.txt) which is not correct. The downloading does not work for me. Can you please fix this? Uploading seems to work correctly, but download is not working.

Also, can you add unit test/integration tests for the new functionality? We already have Cypress setup, so you can use it to test that the upload/download works correctly.

It is nice that you have covered the stretch goal. Nice Job. The download icon is too big, can you make it a bit smaller?

@crackdev01

Copy link
Copy Markdown
Author

What's your IPFS server URL ?

  • AWS: 52.91.119.196:8080 in the issue assigned to me

Make the connection to IPFS nodes configurable, instead of hardcoded. For example, we should be able to fetch files from the IPFS instance we have running at AWS: 52.91.119.196:8080
52.91.119.196:8080/ipfs/QmcDge1SrsTBU8b9PBGTGYguNRnm84Kvg8axfGURxqZpR1

  • REACT_APP_IPFS_URL=http://109.235.70.27:5001 in .env.development file of the project

If the URL is AWS: 52.91.119.196:8080, is running the AWS server?

@crackdev01 crackdev01 requested a review from stojanov-igor June 29, 2023 23:42
@stojanov-igor stojanov-igor added the enhancement New feature or request label Jul 17, 2023
@stojanov-igor stojanov-igor added this to the Release 1.0 milestone Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

IPFS file Uploader

2 participants