mirror of
https://github.com/minio/minio.git
synced 2025-11-13 07:11:44 -05:00
add gateway object tagging support (#9124)
This commit is contained in:
@@ -626,7 +626,7 @@ func testObjectTagging(s3Client *s3.S3) {
|
||||
|
||||
func testObjectTaggingErrors(s3Client *s3.S3) {
|
||||
startTime := time.Now()
|
||||
function := "testObjectTagging"
|
||||
function := "testObjectTaggingErrors"
|
||||
bucket := randString(60, rand.NewSource(time.Now().UnixNano()), "aws-sdk-go-test-")
|
||||
object := randString(60, rand.NewSource(time.Now().UnixNano()), "")
|
||||
args := map[string]interface{}{
|
||||
|
||||
Reference in New Issue
Block a user