2020IP / TwentyTwenty.Storage

A cross-cloud storage abstraction
Other
100 stars 26 forks source link

Adding a path to blob name #18

Closed GalayM closed 6 years ago

GalayM commented 6 years ago

Make the relative path support in BlobName for local storage.

For example: "somePatch/test.txt" Works for Azure, a folder will be created and a file will be created in it. Locally - does not work.

ericgreenmix commented 6 years ago

@GalayM is there a reason you can't use the container name to do this when saving the file?

galaymv commented 6 years ago

@ericgreenmix For example, I want to add certificates to the container and group them by a user. Ie in the container each user will have his own folder, in which the certificates will be placed.

jarroda commented 6 years ago

@GalayM Please first sign the contributor license agreement. http://www.clahub.com/agreements/2020IP/TwentyTwenty.Storage

ericgreenmix commented 6 years ago

@GalayM There are 4 local storage unit tests that are failing with this PR. Can you fix those?

ericgreenmix commented 6 years ago

@GalayM any update on getting the tests passing?