forked from rclone/gofakes3
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merge upstream #5
Open
itsHenry35
wants to merge
71
commits into
alist-org:master
Choose a base branch
from
johannesboyne:master
base: master
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
Conversation
This file contains 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
Ordinary multi delete couldn't be used to permanentlye delete multiple objects from a versioned bucket. Previously it ignored the version IDs and requested delete without version IDs which result in adding "delete markers" instead of permanent deletion. of the objects. In a versioned bucket, ordinary list request shouldn't return the "delete marker"s. Added conditions to eliminate "delete marker"s from response.
Replaced deprecated WithEndpointResolver with WithEndpointResolverWithOptions Introduced WithCredentialsProvider for avoiding credential lookup on EC2
Correct V2 example
add multi delete for versioned buckets, omit delete markers on list operation
Fix auto bucket creation option
<DEBUG> GET /mybucket/?object-lock= HTTP/1.1 Host: localhost:8020 User-Agent: MinIO (darwin; arm64) minio-go/v7.0.44 mc/RELEASE.2022-12-13T00-23-28Z Accept-Encoding: gzip Returned: HTTP/1.1 500 Internal Server Error
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.17.4 to 1.33.0. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/v1.33.0/CHANGELOG.md) - [Commits](aws/aws-sdk-go@v1.17.4...v1.33.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…b.com/aws/aws-sdk-go-1.33.0 Bump github.com/aws/aws-sdk-go from 1.17.4 to 1.33.0
Avoid error when execute 'mc cp' on single bucket backend.
fixed typo in word "wanted"
fixed typo in word "wanted"
Add Content-Encoding to metadata headers
Add If-Modified-Since support
Fs backend fixes
Support for both path mode and host mode simultaneously
Data race: lock on abort/complete of multipart upload
Fix typos and add better intended use section.
The format string used here outputs a local time with a literal "Z" indicating UTC. This is correct only if the input time is [first converted to] UTC. Arvados-DCO-1.1-Signed-off-by: Tom Clegg <[email protected]>
Fix timestamp formatting.
docs: update README.md with host bucket example
Add rudimentary Location return support for CompleteMultipartUpload
Fix multipart upload api mismatch with aws s3 api
Update gocovmerge
Fix calculation of etag in complete mpu
Closes #99
Signed-off-by: Chanwit Kaewkasi <[email protected]>
Updates for force delete and prefix and delim bug
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.
try to merge upstream