Skip to content

Releases: BiznetGIO/neo-obs

neo obs 0.3.4

29 Oct 10:10
7ced70a
Compare
Choose a tag to compare

0.3.4

  • turn off verify ssl when bucket name have dot

neo obs v0.3.3

31 Aug 02:26
977f3dd
Compare
Choose a tag to compare

0.3.3 (2021-08-31)

  • Update Use raise instead return for response with error
  • Update list bucket function to show grantee info
  • Add debug function in storage
  • Add debug function in admin

Neo Obs v0.3.2

04 Jun 09:11
f77c9ad
Compare
Choose a tag to compare

0.3.2 (2021-06-03)

  • Add add function to give permission for grantee
  • Update add grantee function to spesific user
  • Add add suspend/unsuspend user function in CLI
  • Update add sanitize function in neo obs CLI
  • Add list download function in libs
  • Update add bulk download in CLI
  • Update bulk download in APIh
  • Add Add multipart upload function to CLI
  • Add abort & complete multipart upload function
  • Update fix respond when download empty object
  • Add granted access to user in cli
  • Update change default value to empty string

0.3.0

15 Jun 07:22
04f5143
Compare
Choose a tag to compare

Changelog

  • Add list multipart uploads function
  • Add list part function
  • Add abort multipart uploads function
  • Add complete multipart uploads function
  • Update docs

0.2.8

28 May 12:37
80bde78
Compare
Choose a tag to compare
Merge pull request #53 from BiznetGIO/fix/secret

Update: pypi secret

0.2.7

28 May 04:18
Compare
Choose a tag to compare
  • add file_uploadobj in libs and use it in obs api
  • add threads in gunicorn config

0.2.6

12 May 06:57
1cd372c
Compare
Choose a tag to compare
Merge pull request #47 from HuseinA/master

fix access to cloudian

0.2.5

12 May 06:55
Compare
Choose a tag to compare
  • Add directory download function
  • Add bucket download function
  • refactor default value in config

0.2.3

30 Mar 05:20
993ebfc
Compare
Choose a tag to compare
  • Add log function
  • Fix bug: input bool value
  • Fix bug: no content when user id not found
  • Add testing for API
  • Update docs to add API documentation

0.2.2

12 Feb 09:03
0c9a24c
Compare
Choose a tag to compare
  • Added API to neo-obs
    • Added list bucket in storage function
    • Added list object in storage function
    • Added create bucket in storage function
    • Added delete bucket in storage function
    • Added bucket info in storage function
    • Added delete object in storage function
    • Added object info in storage function
    • Added upload object in storage function
    • Added download object in storage function
    • Added copy object in storage function
    • Added move object in storage function
    • Added object usage in storage function
    • Added bucket usage in storage function
    • Added set object ACL in storage function
    • Added set bucket ACL in storage function
    • Added get object url in storage function
    • Added make directory in storage function
    • Added list gmt_policy in storage function
    • Added create user in admin function
    • Added delete user in admin function
    • Added suspend & unsuspend user in admin function
    • Added list user in admin function
    • Added user info in admin function
    • Added set qos user limit in admin function
    • Added delete qos user limit in admin function
    • Added qos user info in admin function
    • Added create new credibility for user in admin function
    • Added change status credibility for user in admin function
    • Added delete credibility for user in admin function
    • Added list credibility user in admin function