Skip to content

path issue #6

Open
Open
@webmasterMeyers

Description

@webmasterMeyers

This is more of a heads up, but I just fought with this configuration for almost a week, getting all sorts of permission errors. Can not crrate folder ....

Turns out the solution was that I needed to start path: with a / This would give me errors

translation_adapter_flysystem:
  filesystems:
    s3:
      flysystem_service: 'oneup_flysystem.asset_storage_fs_filesystem'
      path: 'Translations'

This works!

translation_adapter_flysystem:
  filesystems:
    s3:
      flysystem_service: 'oneup_flysystem.asset_storage_fs_filesystem'
      path: '/Translations'

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