Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bundling instruction #279

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Conversation

josiasbruderer
Copy link
Contributor

@josiasbruderer josiasbruderer commented Nov 28, 2023

While testing the bundling process I realized that instruction in README.md regarding to preload list was indeed wrong (as prognosed in PR #275 ).

What doesn't work:

  • echo -en "\ns3ds github.com/ipfs/go-ds-s3/go-ds-s3-plugin 0" >> plugin/loader/preload_list
  • echo -en "\ns3ds github.com/ipfs/go-ds-s3 0" >> plugin/loader/preload_list

What does work:

  • echo -en "\ns3ds github.com/ipfs/go-ds-s3/plugin 0" >> plugin/loader/preload_list

This PR is related to issue #273.

@hsanjuan hsanjuan merged commit 4b97464 into ipfs:master Nov 28, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants