adobe / adobe/aio-lib-files

append mode

Open
#76 5 comments 3 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
13
Forks
10
PR merge metrics
No merged PRs in 30d

Description

it would be super useful if we could write to a file through the api in append mode, this would allow other use cases like very basic logging without having to read and re-write the entire file

```
await files.append('my-static-app/users.log', 'created new user `${newUserId}`')
```

Contributor guide

Open the contributing guide

Research direction

Start at the `files.append` API shown in the issue and trace the existing file-write path in the SDK. Define completion as appending content to an existing cloud-stored file without requiring callers to read and rewrite the entire file, while preserving the demonstrated usage.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api, cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.