appwrite/docs/examples/1.4.x/server-graphql/examples/storage/get-bucket.md
2023-08-30 11:20:26 +02:00

310 B

query { storageGetBucket( bucketId: "[BUCKET_ID]" ) { _id _createdAt _updatedAt _permissions fileSecurity name enabled maximumFileSize allowedFileExtensions compression encryption antivirus } }