Skip to content

S3 publishing dumps all assets into the root of the bucket #228

Description

@sdlaver

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.:

<bucket root>/metadata/*
<bucket root>/media/*
<bucket root>/files/*

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 and files correspond to.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions