[Bug]: AWS storage - Config not found
czareko opened this issue ยท 2 comments
czareko commented
Issue description
Sugar version 1.2.0
- Select AWS during (sugar create-config)
- Set bucket name (public with full access available)
- profile - default
- catalog - root
- AWS domain - default
All other steps default
Execute: sugar upload
The same configuration with Bundlr or NFTStorage, works without any problems on DevNet and MainNet
Relevant log output
[1/4] ๐ Loading assets
Found 1 asset pair(s), uploading files:
+--------------------+
| images | 1 |
| metadata | 1 |
+--------------------+
[2/4] ๐ฅ Initializing upload
๐ Error running command (re-run needed): Config not found
Priority this issue should have
Medium (should be fixed soon)
samuelvanderwaal commented
Do you have an AWS credentials file at $HOME/.aws/credentials
? In case you haven't seen the docs for this section yet make sure you're following the procedure here.
czareko commented
@samuelvanderwaal You are right. I verified everything and it works.