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

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

    XMLWordPrintable

Details

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

    Description

      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.

      Checklists

        Acceptance criteria

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Checklists

                    Task DoD