mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-14 11:47:30 -06:00
[chore]: Bump github.com/minio/minio-go/v7 from 7.0.60 to 7.0.61 (#2041)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b874e9251e
commit
9ed9d96597
34 changed files with 510 additions and 748 deletions
2
vendor/github.com/minio/minio-go/v7/utils.go
generated
vendored
2
vendor/github.com/minio/minio-go/v7/utils.go
generated
vendored
|
|
@ -255,7 +255,7 @@ func parseRFC7231Time(lastModified string) (time.Time, error) {
|
|||
|
||||
// ToObjectInfo converts http header values into ObjectInfo type,
|
||||
// extracts metadata and fills in all the necessary fields in ObjectInfo.
|
||||
func ToObjectInfo(bucketName string, objectName string, h http.Header) (ObjectInfo, error) {
|
||||
func ToObjectInfo(bucketName, objectName string, h http.Header) (ObjectInfo, error) {
|
||||
var err error
|
||||
// Trim off the odd double quotes from ETag in the beginning and end.
|
||||
etag := trimEtag(h.Get("ETag"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue