Serverless Conan remote storing packages in S3 bucket
Project description
conan-client-remote-s3
A bare-bones serverless Conan remote storing packages in S3 bucket.
This grew out of this discussion.
This package relies on requests-adapter-injector which does some global injection trickery, so it is recomended, if you do not do so already, to install Conan in a dedicated venv. You may want to try pipx tool to manage venvs for Python-based tools.
If using pipx
, you can install this as pipx install conan && pipx inject conan conan-client-remote-s3
,
or just pipx inject conan conan-client-remote-s3
if you already have Conan installed via pipx
.
Otherwise, doing it manually:
$ python -mvenv venv
$ venv/bin/pip install conan conan-client-remote-s3
To add a remote do
$ conan remote add <remote-name> conan-s3://<s3-bucket-name>
Note that this remote does not support revisions, and most probably will not, as doing so would require some distributed locking. This library implements locking using AWS DynamoDB, however this would increase operational complexity.
Note: search functionality is yet to be implemented.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file conan-client-remote-s3-0.0.6.tar.gz
.
File metadata
- Download URL: conan-client-remote-s3-0.0.6.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e3e4a57268b885caabfc4f8b0aff9a9fb71f35c19296122f53f53977effbd49 |
|
MD5 | 8108dcdb68bfefe5d56eb46ceeab1e2c |
|
BLAKE2b-256 | a8703aeee3b2adfede2fde21189464365e1c0ef1d9c20691be69d02039cb95b4 |
File details
Details for the file conan_client_remote_s3-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: conan_client_remote_s3-0.0.6-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d634766c2d317c9fb0841a3b5560ef91b28c6cb008430fe7054254da9c1beca |
|
MD5 | e30ba692a37f2ab22b9d07ede7d9e8d2 |
|
BLAKE2b-256 | 55f16929c46da8c22d80f05471bcf69ae80bd3d4fc2f2299dc9d69c3b96aca5a |