Liking cljdoc? Tell your friends :D

clj-gcloud.storage.bucket


createclj

(create client project-id bucket-specs)

Bucket specs contains at least:

  • name
  • location (region, multiregional)
  • storage-class
Bucket specs contains at least:
* name
* location (region, multiregional)
* storage-class
sourceraw docstring

deleteclj

(delete client bucket-name)

Delete a bucket

Delete a bucket
sourceraw docstring

describeclj

(describe client bucket-name)

Retrieve bucket info

Retrieve bucket info
sourceraw docstring

listclj

(list client project-id & [next-page-token])

List bucket (truncated)

List bucket (truncated)
sourceraw docstring

list-allclj

(list-all client project-id)

List all buckets

List all buckets
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close