nspcc-dev / gh-push-to-neofs

GitHub action to push things into NeoFS
MIT License
7 stars 2 forks source link

Can't upload because of broken attribute management #12

Closed roman-khimov closed 10 months ago

roman-khimov commented 10 months ago

Current Behavior

 Exception: Command failed: NEOFS_CLI_PASSWORD=*** neofs-cli --rpc-endpoint storage.fs.neo.org:8080 --wallet /home/runner/work/_actions/nspcc-dev/gh-push-to-neofs/v0.1.1/wallet.json  object put --cid Bj1YwbEZtqx6fwecb3jKo59ZJtz2SgoEB9dj8Q6vYREM --timeout 600s --file /home/runner/work/neofs-spec/neofs-spec/output/neofs-spec-da1cc50a.pdf --attributes FilePath=output/neofs-spec-da1cc50a.pdf,ContentType=application/pdf,
Error code: 1
Output: 
Stdout: 
Stderr: can't parse object attributes: invalid attribute format: 

with https://github.com/nspcc-dev/neofs-spec/blob/da1cc50a2375da3a60d7ace177889ad3430d7985/.github/workflows/neofs.yml

Expected Behavior

Successful upload.

Possible Solution

Fix the damn thing.