vendor: update all dependencies
This commit is contained in:
parent
3f0789e2db
commit
08021c4636
2474 changed files with 435818 additions and 282709 deletions
7
vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/api-2.json
generated
vendored
7
vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/api-2.json
generated
vendored
|
@ -1030,6 +1030,7 @@
|
|||
}
|
||||
},
|
||||
"BytesProcessed":{"type":"long"},
|
||||
"BytesReturned":{"type":"long"},
|
||||
"BytesScanned":{"type":"long"},
|
||||
"CORSConfiguration":{
|
||||
"type":"structure",
|
||||
|
@ -4183,7 +4184,8 @@
|
|||
"type":"structure",
|
||||
"members":{
|
||||
"BytesScanned":{"shape":"BytesScanned"},
|
||||
"BytesProcessed":{"shape":"BytesProcessed"}
|
||||
"BytesProcessed":{"shape":"BytesProcessed"},
|
||||
"BytesReturned":{"shape":"BytesReturned"}
|
||||
}
|
||||
},
|
||||
"ProgressEvent":{
|
||||
|
@ -5432,7 +5434,8 @@
|
|||
"type":"structure",
|
||||
"members":{
|
||||
"BytesScanned":{"shape":"BytesScanned"},
|
||||
"BytesProcessed":{"shape":"BytesProcessed"}
|
||||
"BytesProcessed":{"shape":"BytesProcessed"},
|
||||
"BytesReturned":{"shape":"BytesReturned"}
|
||||
}
|
||||
},
|
||||
"StatsEvent":{
|
||||
|
|
7
vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/docs-2.json
generated
vendored
7
vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/docs-2.json
generated
vendored
|
@ -414,6 +414,13 @@
|
|||
"Stats$BytesProcessed": "Total number of uncompressed object bytes processed."
|
||||
}
|
||||
},
|
||||
"BytesReturned": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"Progress$BytesReturned": "Current number of bytes of records payload data returned.",
|
||||
"Stats$BytesReturned": "Total number of bytes of records payload data returned."
|
||||
}
|
||||
},
|
||||
"BytesScanned": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue