This repository was archived by the owner on Oct 6, 2020. It is now read-only.
Open
Conversation
This fixes the unit tests failure in the master branch
This adds source etag match condition in copy object part, this change is obvious but also tests a use case in Minio server in different copy configuration.
A new issue is detected in Minio server when we try to copy a part (CopyObjectPart handler) from a multipart encrypted object. Hence, adding this new use case in functional tests.
- when client has not configured part size, use optimal part size determined by SDK. Otherwise honor the client specified part size fixes: minio#1099
The bucket name cannot contain underscores, end with a dash, have consecutive periods, or use dashes adjacent to periods. Ref : https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-s3-bucket-naming-requirements.html
Also add slash to security credential url at test
…pstream Release version v6.0.57
…stream Release version v7.0.1
This commit returns the content of x-amz-version-id header in the response of the HEAD request, so that information will be part of the returned ObjectInfo structure. A test is added as well.
extend ObjectInfo, UploadInfo to provide more information presented in the HTTP responses
Also adding a field to manage rule state
Release version v7.0.4
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Merge upstream