Skip to content

[NO ISSUE] docs: update Storage azion lib usage#1727

Open
egermano wants to merge 3 commits into
aziontech:mainfrom
egermano:docs/update-lib-storage
Open

[NO ISSUE] docs: update Storage azion lib usage#1727
egermano wants to merge 3 commits into
aziontech:mainfrom
egermano:docs/update-lib-storage

Conversation

@egermano

@egermano egermano commented Jul 9, 2025

Copy link
Copy Markdown
Contributor

Related issue: NO ISSUE

Changes

Update Azion Lib Storage usage documentation.

Additional links

@egermano egermano requested a review from a team as a code owner July 9, 2025 00:50
@LuizaVSantos LuizaVSantos added the do not merge Waiting for decision or deploy label Jul 11, 2025
@egermano egermano closed this Jul 23, 2025
@egermano egermano deleted the docs/update-lib-storage branch July 23, 2025 18:50
@egermano egermano restored the docs/update-lib-storage branch July 23, 2025 18:50
@egermano egermano reopened this Jul 23, 2025
| `debug?` | `boolean`| Enables debug mode for detailed logging. |
| `bucket` | `string` | The name of the bucket to create the object in.|
| `key` | `string` | Key (name) of the object to be created.|
| `content` | `string` | The content of the file to be uploaded.|

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `content` | `string` | The content of the file to be uploaded.|
| `content` | [`ContentObjectStorage`](#contentobjectstorage) | The content of the file to be uploaded. Accepts `string`, `ArrayBuffer`, `ReadableStream`, or `Uint8Array`.|
| `params?` | `{ content_type?: string }` | Optional object parameters, including the content type of the file. |

| `debug?` | `boolean` | Enables debug mode for detailed logging. |
| `bucket` | `string` | The name of the bucket containing the object. |
| `key` | `string` | The key of the object to be updated. |
| `content` | `string` | The new content of the file. |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `content` | `string` | The new content of the file. |
| `content` | [`ContentObjectStorage`](#contentobjectstorage) | The new content of the file. Accepts `string`, `ArrayBuffer`, `ReadableStream`, or `Uint8Array`. |
| `params?` | `{ content_type?: string }` | Optional object parameters, including the content type of the file. |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Waiting for decision or deploy

Development

Successfully merging this pull request may close these issues.

3 participants