forked from sodafoundation/strato
-
Notifications
You must be signed in to change notification settings - Fork 0
Development #7
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
Open
nguptaopensds
wants to merge
473
commits into
nguptaopensds:development
Choose a base branch
from
sodafoundation:development
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Development #7
nguptaopensds
wants to merge
473
commits into
nguptaopensds:development
from
sodafoundation:development
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix the problem of wrong number returned by GOMAXPROC in the docker container and amend recycle logic of yig storage backend
support to clean uncompleted multiparts in lifecycle
Bug fix for list buckets
support to head bucket&object
Signed-off-by: sunfch <[email protected]>
Signed-off-by: sunfch <[email protected]>
Signed-off-by: sunfch <[email protected]>
Signed-off-by: sunfch <[email protected]>
Valid acl in all api and improve PutObject API
bug fix to avoid nil pointer
fix bug for s3 compatibility
fix bug for object copy
Updated the ReadMe as per SODA ReadMe template and provided all the latest SODA specific information pertaining to this project
Project ReadMe updated
Alibaba Cloud Backend support
If datastore service gets down, all the backend data which is stored in mongodb gets deleted, and we can not perform object operation on already created buckets after restarting services. This will fix the issue to retain backend, plans and job related information
To retain mongodb data
…latest Packages (#949) * Update for dep check * Update dependency packages * Migrate to GOMODULE * Remove Gopkg.toml & Gopkg.lock * Update packages for latest versions * Update CI for go version * Update test log reference w.r.t develeopment branch * Update travis configuration
To fix issue of downloading migrated object (Size <5MB)
* Update go micro references & imports
* Update go micro v2 import paths.
* Updated the micro file naming according to protoc-gen-micro
for generating the concrete go implementation for proto definition.
* Update generated micro files w.r.t go micro v2 changes.
* Optimize/Sort Imports.
* Update vendor packages for go micro
Co-authored-by: Ashit Kumar <[email protected]>
…oud Features (#934) * Update SODA multi-cloud API-spec i.e. Swagger.yaml * Addressed Review Comments for Swagger Update * Update SODA references for Swagger * Update Multi-cloud non-s3 API path for v1
* Implement File Support InfraStructure * Add Docker configuration * Add Base Framework for File Support * Update docker-compose.yml * Update Copyright * Update log statement * Address Review Comments
fixed bug for multipartuploadinit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
Release note: