The workspace prefix inside the bucket (no leading or trailing slash).
(&self)
| 387 | |
| 388 | /// The workspace prefix inside the bucket (no leading or trailing slash). |
| 389 | pub fn prefix(&self) -> &str { |
| 390 | &self.prefix |
| 391 | } |
| 392 | |
| 393 | /// Underlying AWS SDK client — exposed for advanced workflows that need |
| 394 | /// to perform out-of-band operations (e.g. presigned URLs, ACL changes). |
no outgoing calls