Options
Options holds storage options. It is used to pass Metadata (like headers for S3) and also tags or labels for objects
Attributes
| Attribute | Type | Description |
|---|---|---|
| Metadata | map[string]interface{} | Stores metadata, such as headers for S3, or tags/labels for objects, which can influence how the storage operations are performed. |