প্রমাণীকরণ

একটি বিয়ারার টোকেন হিসেবে একটি এপিআই কি পাঠান। কি-টির অবশ্যই storage.manage অনুমতি থাকতে হবে; এটি ছাড়া কোনো কি ৪০৪ নয়, বরং ৪০৩ ত্রুটি দিয়ে প্রত্যাখ্যাত হবে।

এই এন্ডপয়েন্টটি কোনো অর্গানাইজেশন আইডি নেয় না। আপনার কীটি ইতিমধ্যে এটি যে অর্গানাইজেশনের অন্তর্গত তা শনাক্ত করে এবং প্রতিক্রিয়াটি সেই অনুযায়ী নির্ধারিত হয়।

চেষ্টা করুন

কোণ বন্ধনীতে থাকা যেকোনো কিছু আপনার নিজস্ব মান দিয়ে এবং কী প্লেসহোল্ডারটি আপনার ড্যাশবোর্ডের একটি কী দিয়ে প্রতিস্থাপন করুন।

curl -X POST https://api.zinndigital.com/v1/storage/buckets \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "name": <string> }'

লগ ইন করা আছে? আপনার ড্যাশবোর্ডের এপিআই কনসোল আপনার আসল অর্গানাইজেশন আইডি এবং আপনার নিজের কি পূরণ করে দেয়, এবং লাইভ এপিআই-এর বিপরীতে অনুরোধটি চালায় যাতে আপনি প্রকৃত প্রতিক্রিয়া দেখতে পান। এই এন্ডপয়েন্টটি এপিআই কনসোলে খুলুন

বিবরণ

With ownership: zinn this provisions storage on our own backend and needs nothing else. With ownership: customer it attaches an existing S3-compatible bucket and requires bucket_name, endpoint, access_key_id and secret_access_key. The key pair is written to Vault and never to a column; the bucket is created pending and only becomes active once the write has returned, so a failure part way leaves a visibly unfinished bucket rather than one that reads as configured and cannot sign. Requires storage.manage.

অনুরোধের বডি

নামধরনআবশ্যকএটি কী
namestringহ্যাঁ
ownershipstring<zinn, customer>না
vendorstring<r2, s3, b2, bunny, gcore, minio>না
bucket_namestringনা
endpointstringনা
regionstringনা
public_base_urlstringনা
access_key_idstringনাRequired for ownership: customer. Written to Vault, never to a column.
secret_access_keystringনাRequired for ownership: customer. Written to Vault, never to a column.

প্রতিক্রিয়া

নামধরনআবশ্যকএটি কী
idstringহ্যাঁ
namestringহ্যাঁThe customer's own label, not the bucket's name at the vendor.
ownershipstring<zinn, customer>হ্যাঁzinn is storage we operate and bill for; customer is the organisation's own bucket, which costs us nothing and is not metered against their allowance.
vendorstring<r2, s3, b2, bunny, gcore, minio>হ্যাঁ
statusstring<pending, active, suspended, failed>হ্যাঁ
bucket_namestringহ্যাঁ
endpointstringনা
regionstringনা
public_base_urlstringনাWhere a public object is readable. Empty means the bucket is private and its objects are reachable only through a presigned URL.
bytes_storedintegerনা
objects_storedintegerনা
usage_measured_atstringনাWhen the size above was last measured against the vendor. null means it has not been measured yet — which is not the same as empty.
has_credentialbooleanহ্যাঁWhether a stored key exists. The key and the Vault path it lives at are deliberately absent from this payload.
meteredbooleanহ্যাঁWhether this bucket's bytes count against object_storage_gb.
created_atstringনা

এই এন্ডপয়েন্ট থেকে যেসব ত্রুটি আসতে পারে

401 · 403 · 422 · 429