Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prefix support while object creation of AzureBlobStorageAdapter #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

impratick
Copy link

@impratick impratick commented Apr 22, 2020

Added prefix param while object creation of AzureBlobStorageAdapter, if prefix is exist in filesystem config.

Some project have custom folder stricture in storage.

  • projectstroage
    • local_resource
      • media_id
        • file
      • media_id
        • file
    • staging_resource
      • media_id
        • file
      • media_id
        • file
    • production_resource
      • media_id
        • file
      • media_id
        • file

So when at time of object creation can able to pass environment based resource folder as prefix.

… prefix is exist in filesystem config.

This will help to work in sub-folder of container.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant