- Add video section in ReadME.md
- Added CI-CD pipeline.
- Resolved upload path issue.
- Added cobra cli for user interface.
- Restructured project based on the requirements for cobra cli.
- Changed arguments to optional flags.
- Added
--accesskey
flag and removedkey
,test
andparse
flags. - Added
--storj
flag to set storj config file path and--influx
to set influx config file path. - Fixed bugs
- Repo rename
- Added keyword
influxdb_exeutable_path
in db_property.json to access influxd executable path. - Removed the hardcoded windows influxd executable path.
- Made changes in the DEBUG function to rectify the
index out of range
error.
- Changes made according to latest libuplink v0.27.1
- Changes made according to updated cli package.
- Added Macroon functionality.
- Added option to access storj using Serialized Scope Key.
- Added keyword
key
to access storj using API key rather than Serialized Scope Key (defalt). - Added keyword
restrict
to apply restrictions on API key and provide shareable Serialized Scope Key for users. - Error handling for various events.