This website requires JavaScript.
dcd5a265f6f36551e0bc0feac0e08bfdd09301a3
swift /docker /dockerhub_description.md
51 lines
1.3 KiB
Markdown
2020年01月30日 15:33:41 +11:00
# SAIO (Swift All in One)
SAIO is a containerized instance of Openstack Swift object storage. It is
running the main services of Swift, designed to provide an endpoint for
application developers to test against both the Swift and AWS S3 API. It can
also be used when integrating with a CI/CD system. These images are not
configured to provide data durability and are not intended for production use.
docker pull openstackswift/saio
docker run -d -p 8080:8080 openstackswift/saio
### Test against Swift API:
Example using swift client to target endpoint:
swift -A http://127.0.0.1:8080/auth/v1.0 -U test:tester -K testing stat
Example using s3cmd to test AWS S3:
host_base = localhost:8080
host_bucket = localhost:8080
s3cmd -c s3cfg_saio mb s3://bucket
- **Image tags**: `latest` automatically built/published by Zuul, follows
master branch. Releases are also tagged in case you want to test against
- **Source Code**: github.com/openstack/swift
- **Maintained by**: Openstack Swift community
2021年05月31日 22:45:13 -07:00
- **Feedback/Questions**: #openstack-swift on OFTC