Uploaded image for project: 'External DAMs'
  1. External DAMs
  2. EXTDAM-237

S3: Option to store width & height in the asset metadata

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Neutral Neutral
    • 2.0.0
    • None
    • None
    • None
    • Yes
    • Cloud Service 2, Cloud Service 3
    • 3

      Currently S3AssetMetadata does not provide either width or height

      @Override
      public Long getHeight() {
          return 0L;
      }
      
      @Override
      public Long getWidth() {
          return 0L;
      }

      AC

      • Depending on a configuration variable, the width & height of an image is stored in the corresponding s3 item as metadata.
      • Then, the metadata is used in S3AssetMetadata
      • This works only for new assets created through Magnolia.

        Acceptance criteria

              jalonso Jesus Alonso
              jalonso Jesus Alonso
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD