Skip to content

Respect baseUri for static Targets #36

@paavo

Description

@paavo

it looks like baseUri is ignored when using a GcsTarget as static target @kdambekalns

Neos:
  Flow:
    resource:
      targets:
        googleStaticResourcesTarget:
          target: 'Flownative\Google\CloudStorage\GcsTarget'
          targetOptions:
            bucket: '%env:CLOUDSTORAGE_S3_BUCKET%'
            keyPrefix: 'statictarget/'
            baseUri: '%env:CLOUDSTORAGE_S3_PUBLICURL%'
            
Neos:
  Flow:
    resource:
      collections:
        static:
          target: 'googleStaticResourcesTarget'

Metadata

Metadata

Assignees

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