isotoma.zope.groupreadableblobstorage
This is a packaged version of a monkey patch to allow group-readable blobstorage as found here:
http://stackoverflow.com/questions/6168566/collective-xsendfile-zodb-blobs-and-unix-file-permissions
It is modified from the original posting by Martijn Pieters as initial testing sugested the patch was happening too late.
Using with zope
Adding this egg to your zope instance is enough to apply the monkey patch - it advertises it’s self using the z3c.autoinclude plugin mechanism and will be loaded as the ZCML is loaded:
[instance]
eggs =
isotoma.zope.groupreadableblobstorage
Using with zeo
To use this with a zeoserver, you need to add an %import isotoma.zope.groupreadableblobstorage to your zeo.conf.
If you are using plone.recipe.zeoserver you can do this:
[zeoserver]
eggs = isotoma.zope.groupreadableblobstorage
zeo-conf-additional =
%import isotoma.zope.groupreadableblobstorage
Note that this form hasn’t beed tested.
If you are using isotoma.recipe.zeo you can do this:
[zeoserver] eggs = isotoma.zope.groupreadableblobstorage import = isotoma.zope.groupreadableblobstorage
Release files for isotoma.zope.groupreadableblobstorage 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| isotoma.zope.groupreadableblobstorage-0.0.5.zip | 9.2 kB | Details |
Release files / isotoma.zope.groupreadableblobstorage-0.0.5.zip
| Download URL | isotoma.zope.groupreadableblobstorage-0.0.5.zip |
|---|---|
| Size | 9.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a4b5041d3d6e9a3cb242f774b7299e3bf4394bbdbe51c74ccfe1da676a9aa28a
|
|
BLAKE2b-256 checksum How to use checksums |
b3a72319fcc7c00d7d0d1bc736cf21989476f2ec5f83acccaabc379dc782b029
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |