A package for managing credentials
Project description
localstack
locakstackを利用することで、AWSのリソースをローカルで扱うことができる。
利用のための準備
~/.aws/credentialsに、以下のようなアカウントを作成
[localstack]
aws_access_key_id = dummy
aws_secret_access_key = dummy
region=ap-northeast-1
利用例
aws --endpoint-url=http://localhost:4567 --profile localstack {awsコマンド}
たとえばS3バケットを作成した場合は、以下のようなコマンドを実行する。
# バケット作成
aws --endpoint-url=http://localhost:4567 --profile localstack s3 mb s3://credold-sample
# バケット一覧表示
aws --endpoint-url=http://localhost:4567 --profile localstack s3 ls
PyPi
pip install twine が完了しており、~/.pypircがある状態で、以下を実行
python setup.py sdist bdist_wheel
# テスト
twine upload --repository pypitest dist/*
# 本番
twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
credold-0.1.2.tar.gz
(4.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file credold-0.1.2.tar.gz.
File metadata
- Download URL: credold-0.1.2.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffe4284f6560658e7b78393ca6a8508b70ade433521f4646abcaeedbab28662d
|
|
| MD5 |
03c7b8e404d6ba1ff9a98b5617da1c53
|
|
| BLAKE2b-256 |
feb6e7014d026abdd827db23fad1c4dec3e432529c6a7de4d6c658a66dbfd20e
|
File details
Details for the file credold-0.1.2-py3-none-any.whl.
File metadata
- Download URL: credold-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
478eb7b6785058520d14a8c3c2697184505db9f7e93ae7d5d4e14605f47c42d0
|
|
| MD5 |
dfd774c35d6a48dcc6c14e782df7e377
|
|
| BLAKE2b-256 |
c534f623fefc40dc2dddcf7061b0fd96969fb7bb8e5c259a2542fbebcd8ac7ff
|