bucketwarden-objects 0.1.0

BucketWarden object data boundary.
Documentation
# bucketwarden-objects

[![License: Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](../../Cargo.toml)
[![Rust crate](https://img.shields.io/badge/rust-crate-orange.svg)](Cargo.toml)
[![SSOT governed](https://img.shields.io/badge/SSOT-governed-2f6f4e.svg)](../../.ssot/registry.json)

`bucketwarden-objects` is the object data boundary for object reads, writes, listings, multipart behavior, tagging, deletes, and version-oriented operations.

## Install

```toml
bucketwarden-objects = { path = "../bucketwarden-objects" }
```

## Usage

```rust
let purpose = bucketwarden_objects::CRATE_PURPOSE;
```

## Crate Links

- Works with [`bucketwarden-buckets`]../bucketwarden-buckets/README.md, [`bucketwarden-lock`]../bucketwarden-lock/README.md, [`bucketwarden-storage`]../bucketwarden-storage/README.md, and [`bucketwarden-server`]../bucketwarden-server/README.md.

## Author

Jacob Stewart `<jacob@swarmauri.com>`