Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework Aws/MPU #161

Merged
merged 1 commit into from
Jun 2, 2023
Merged

Rework Aws/MPU #161

merged 1 commit into from
Jun 2, 2023

Conversation

nabbar
Copy link
Owner

@nabbar nabbar commented May 22, 2023

Package AWS:

  • rework MultipartUpload process & helper
  • update test to use lib size
  • update object multipart to use new helper

Package IO Utils :

  • add truncate & sync to FileProgress
  • fix error on open file mode for FileProgress

Package Console :

  • fix interface used for color buffer

Package Cobra :

  • add function to print message on write config to use custom message instead of internal message. If the function is not set, the default message will be print.

Other:

  • fix golangci-lint config to remove crazy linter (use only golang group compliance linter)
  • bump dependencies
  • fix issue Gin Security Issue #160

@nabbar nabbar self-assigned this May 22, 2023
@nabbar nabbar added enhancement New feature or request optimization Optimization run or code labels May 22, 2023
@nabbar nabbar added bug Something isn't working dependencies Pull requests that update a dependency file security Security issues & fix labels Jun 2, 2023
@nabbar nabbar linked an issue Jun 2, 2023 that may be closed by this pull request
- rework MultipartUpload process & helper
- update test to use lib size
- update object multipart to use new helper

Package IO Utils :
- add truncate & sync to FileProgress
- fix error on open file mode for FileProgress

Package Console :
- fix interface used for color buffer

Package Cobra :
- add function to print message on write config to use custom message instead of internal message. If the function is not set, the default message will be print.

Other:
- fix golangci-lint config to remove crazy linter (use only golang group compliance linter)
- bump dependencies
@nabbar nabbar merged commit 11ef1db into master Jun 2, 2023
@nabbar nabbar deleted the aws-mpu-rework branch June 2, 2023 08:42
nabbar added a commit that referenced this pull request Aug 16, 2023
Rework Aws/MPU

Package AWS:
- rework MultipartUpload process & helper
- update test to use lib size
- update object multipart to use new helper
    
Package IO Utils :
- add truncate & sync to FileProgress
- fix error on open file mode for FileProgress
    
Package Console :
- fix interface used for color buffer
    
Package Cobra :
- add function to print message on write config to use custom message instead of internal message. If the function is not set, the default message will be print.
    
Other:
- fix golangci-lint config to remove crazy linter (use only golang group compliance linter)
- bump dependencies
- fix issue #160
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file enhancement New feature or request optimization Optimization run or code security Security issues & fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gin Security Issue
1 participant