Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Allow buffers to be given a name #3

Closed
@travisperson

Description

@travisperson

When doing ipfs.add we should allow buffers to be named.

ipfs.add([{name: 'filename.txt', data: new Buffer('file contents')}], function(...) {}

This will bring the supported input to

  • Filename
  • Raw buffer
  • Named buffer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions