qld-gov-au / ckanext-s3filestore

Use Amazon S3 as a filestore for CKAN
GNU Affero General Public License v3.0
6 stars 4 forks source link

git install missing git+ #122

Open brooks-eco opened 1 week ago

brooks-eco commented 1 week ago

minor readme correction. 2.2 install

pip install -e https://github.com/qld-gov-au/ckanext-s3filestore.git#egg=ckanext-s3filestore

to

pip install -e git+https://github.com/qld-gov-au/ckanext-s3filestore.git#egg=ckanext-s3filestore

also not clear if following readme whether binary install pip install ckanext-s3filestore will land the qld-gov.au (currently 0.7.7-qgov.9) or not... assume not. perhaps needs explanation given there are two ckanext-s3filestore repos being maintained? (this + keitaroinc). perhaps bleeding obvious to others and I'm just green.

ThrawnCA commented 1 week ago

There was previously a parent repo, which was the contributor to Pypi, and is now archived: https://github.com/okfn/ckanext-s3filestore

It's probably possible to unify the changes from this fork and Keitaro's, if someone wants to go through them and resolve all the differences.