Pre-release
This release is a pre-release and may not be stable for production use.
Moto - Mock AWS Services
Fork of moto with changes and adaptations for LocalStack.
Please refer to the upstream repo for more details.
Releasing
This fork is maintained as a separate pypi package, moto-ext. To release a new version, follow these steps:
# make sure to have git remotes defined for both repos:
$ git remote -v
localstack git@github.com:localstack/moto.git (fetch)
localstack git@github.com:localstack/moto.git (push)
upstream git@github.com:spulec/moto.git (fetch)
upstream git@github.com:spulec/moto.git (push)
# branch "master" is kept in sync with upstream "master"
$ git checkout master
$ git pull upstream master
# branch "localstack" is the default branch of this repo
$ git checkout localstack
$ git rebase master # resolve merge conflicts, if any...
# (force-)push latest changes to the remote repo
$ git push -f localstack localstack
# update __version__, then publish to pypi
$ vi moto/__init__.py
...
$ rm -rf dist/ build/
$ make publish
...
Release files for moto-ext-s3kmspatch 2.2.16.dev0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| moto-ext-s3kmspatch-2.2.16.dev0.tar.gz | 3.4 MB | Details |
Release files / moto-ext-s3kmspatch-2.2.16.dev0.tar.gz
| Download URL | moto-ext-s3kmspatch-2.2.16.dev0.tar.gz |
|---|---|
| Size | 3.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7c50c2b57758cd8837a6b5cec0f9c996c363c342a5776167f2e2a5174855aa23
|
|
BLAKE2b-256 checksum How to use checksums |
d11c342454d350c981fdd14980082d5e008f437a161c3ca00cc00929e5d1a5a5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
|