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

Merge upstream #5

Open
wants to merge 71 commits into
base: master
Choose a base branch
from
Open

Merge upstream #5

wants to merge 71 commits into from

Conversation

itsHenry35
Copy link
Member

try to merge upstream

kucukaslan and others added 30 commits August 9, 2022 11:12
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
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
Support for both path mode and host mode simultaneously
rodaine and others added 7 commits April 10, 2024 08:29
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
daniel-sullivan and others added 22 commits September 2, 2024 10:48
Add rudimentary Location return support for CompleteMultipartUpload
Fix multipart upload api mismatch with aws s3 api
Fix calculation of etag in complete mpu
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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.