-
Notifications
You must be signed in to change notification settings - Fork 1
New SDK ‐ init bucket
Alexandru-Claudius Virtopeanu edited this page May 31, 2024
·
1 revision
Step by step guide to adding a new bucket, for a new OpenAPI spec. For interacting with S3, you can use DCD -> Storage -> S3.
- Make a new bucket on account
sdk@cloud.ionos.com
with the proper naming i.e. 'codex-(product)', (codex-dbaas-mongo, codex-dns) - Get a public link to the spec. Links to rest-api repo wont work since private repo. Try finding it in https://ionos-cloud.github.io/rest-api/private-index.html since most buckets use links from this index.
- Run
codex init (url) --format=[json|yaml]
- Verify S3 Bucket Contents. You should have an
api-config.json
andbaseline.yaml
.