metaplex-foundation/sugar

[Bug]: AWS storage - Config not found

czareko opened this issue ยท 2 comments

Issue description

Sugar version 1.2.0

  1. Select AWS during (sugar create-config)
  2. Set bucket name (public with full access available)
  3. profile - default
  4. catalog - root
  5. 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)

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.

@samuelvanderwaal You are right. I verified everything and it works.