metaplex-foundation / sugar

Candy Machine Rust CLI.
Apache License 2.0
203 stars 116 forks source link

[Feature]: Naming assets when uploading to AWS #307

Closed KobeBlockify closed 2 years ago

KobeBlockify commented 2 years ago

Issue description

0.png, 0.json, 1.png, 1.json ... are all renamed with the same naming convention when uploaded to AWS. The screenshot below showcases an example of this instance. 22 11

These are two different AWS S3 Bucket. We can see that the naming convention is the same for some assets, as they share 0.png and 0.json... Having two collections in the same bucket would have collision and disrupt everything.

Suggestion:

Relevant log output

No response

Priority this issue should have

Medium (should be fixed soon)