fixed comment typos
This commit is contained in:
@@ -423,7 +423,7 @@ type BatchConfig struct {
|
|||||||
// MaxRequests is the maximum allowed batch request to execute.
|
// MaxRequests is the maximum allowed batch request to execute.
|
||||||
MaxRequests int `form:"maxRequests" json:"maxRequests"`
|
MaxRequests int `form:"maxRequests" json:"maxRequests"`
|
||||||
|
|
||||||
// Timeout is the the max duration in seconds to wait before cancelling the batch transaction.
|
// Timeout is the max duration in seconds to wait before cancelling the batch transaction.
|
||||||
Timeout int64 `form:"timeout" json:"timeout"`
|
Timeout int64 `form:"timeout" json:"timeout"`
|
||||||
|
|
||||||
// MaxBodySize is the maximum allowed batch request body size in bytes.
|
// MaxBodySize is the maximum allowed batch request body size in bytes.
|
||||||
@@ -449,7 +449,7 @@ type BackupsConfig struct {
|
|||||||
// Leave it empty to disable the auto backups functionality.
|
// Leave it empty to disable the auto backups functionality.
|
||||||
Cron string `form:"cron" json:"cron"`
|
Cron string `form:"cron" json:"cron"`
|
||||||
|
|
||||||
// CronMaxKeep is the the max number of cron generated backups to
|
// CronMaxKeep is the max number of cron generated backups to
|
||||||
// keep before removing older entries.
|
// keep before removing older entries.
|
||||||
//
|
//
|
||||||
// This field works only when the cron config has valid cron expression.
|
// This field works only when the cron config has valid cron expression.
|
||||||
|
|||||||
6384
plugins/jsvm/internal/types/generated/types.d.ts
vendored
6384
plugins/jsvm/internal/types/generated/types.d.ts
vendored
File diff suppressed because it is too large
Load Diff
@@ -46,7 +46,7 @@ import (
|
|||||||
|
|
||||||
const defaultPageSize = 1000
|
const defaultPageSize = 1000
|
||||||
|
|
||||||
// New creates a new instance of the S3 driver backed by the the internal S3 client.
|
// New creates a new instance of the S3 driver backed by the internal S3 client.
|
||||||
func New(s3Client *s3.S3) (blob.Driver, error) {
|
func New(s3Client *s3.S3) (blob.Driver, error) {
|
||||||
if s3Client.Bucket == "" {
|
if s3Client.Bucket == "" {
|
||||||
return nil, errors.New("s3blob.New: missing bucket name")
|
return nil, errors.New("s3blob.New: missing bucket name")
|
||||||
|
|||||||
Reference in New Issue
Block a user