bnb-chain / greenfield-cmd

support cmd tool for Greenfield
GNU Lesser General Public License v3.0
27 stars 12 forks source link

putting multiple objects #73

Closed cemleme closed 10 months ago

cemleme commented 1 year ago

current command accepts only 1 file input while dcellar.io allows multiple file upload in single transaction.

usage: gnfd-cmd object put file.txt gnfd://gnfd-bucket/gnfd-object

is it possible to upload multiple files using gnfd-cmd?

deepcrazy commented 1 year ago

Hi there, As per this docs: https://docs.bnbchain.org/greenfield-docs/docs/guide/getting-started/greenfield-command#uploaddownload-files, you can can specify 1 file as input. However, let me check internally if there is a way for multiple files upload using gnfd-cmd.

deepcrazy commented 1 year ago

Hi there, gndf-cmd does not support this kind of function. In regards to dCellar, in the backend it does a loop to upload multiple files.

flywukong commented 11 months ago

@cemleme gnfd-cmd has supported uploading multiple files or local folder in the latest version. You can find the usage in README.