The bucket this backend is bound to.
(&self)
| 382 | |
| 383 | /// The bucket this backend is bound to. |
| 384 | pub fn bucket(&self) -> &str { |
| 385 | &self.bucket |
| 386 | } |
| 387 | |
| 388 | /// The workspace prefix inside the bucket (no leading or trailing slash). |
| 389 | pub fn prefix(&self) -> &str { |
no outgoing calls