You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The uploaded files have random names, including for:
APKs
Off-chain JSON metadata
image assets
etc
This makes it hard to associate files within the bucket - you'd have to scan for which files are off-chain metadata, and then parse those for references to the other files. I'd propose splitting into subdirs based on file type, e.g.:
The uploaded files have random names, including for:
This makes it hard to associate files within the bucket - you'd have to scan for which files are off-chain metadata, and then parse those for references to the other files. I'd propose splitting into subdirs based on file type, e.g.:
Files would still have random names within these subdirectories.
This would provide a mechanism to easily know what is metadata, and to parse those to locate what the files in
media
andfiles
correspond to.The text was updated successfully, but these errors were encountered: