Home
last modified time | relevance | path

Searched refs:s3testing (Results 1 – 25 of 108) sorted by relevance

12345

/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/feature/s3/manager/
H A Dupload_internal_test.go13 s3testing "github.com/aws/aws-sdk-go-v2/feature/s3/manager/internal/testing" packageName
66 client, _, _ := s3testing.NewUploadLoggingClient(nil)
73 expected := s3testing.GetTestBytes(int(tt.FileSize))
140 client, _, _ := s3testing.NewUploadLoggingClient(nil)
144 …client.PutObjectFn = func(*s3testing.UploadLoggingClient, *s3.PutObjectInput) (*s3.PutObjectOutput…
166 expected := s3testing.GetTestBytes(int(tt.FileSize))
200 client, _, _ := s3testing.NewUploadLoggingClient(nil)
212 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
224 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
284 client, _, _ := s3testing.NewUploadLoggingClient(nil)
[all …]
H A Dupload_test.go37 c, invocations, args := s3testing.NewUploadLoggingClient(nil)
118 s, ops, args := s3testing.NewUploadLoggingClient(nil)
252 client, ops, _ := s3testing.NewUploadLoggingClient(nil)
309 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
337 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
363 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
386 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
713 client, _, _ := s3testing.NewUploadLoggingClient(nil)
934 client, _, _ := s3testing.NewUploadLoggingClient(nil)
943 expected := s3testing.GetTestBytes(int(tCase.Size))
[all …]
H A Dbucket_region_test.go14 s3testing "github.com/aws/aws-sdk-go-v2/feature/s3/manager/internal/testing" packageName
70 …EndpointResolver: s3testing.EndpointResolverFunc(func(region string, options s3.EndpointResolverOp…
98 …EndpointResolver: s3testing.EndpointResolverFunc(func(region string, options s3.EndpointResolverOp…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/feature/s3/manager/
H A Dupload_internal_test.go13 s3testing "github.com/aws/aws-sdk-go-v2/feature/s3/manager/internal/testing" packageName
66 client, _, _ := s3testing.NewUploadLoggingClient(nil)
73 expected := s3testing.GetTestBytes(int(tt.FileSize))
140 client, _, _ := s3testing.NewUploadLoggingClient(nil)
144 …client.PutObjectFn = func(*s3testing.UploadLoggingClient, *s3.PutObjectInput) (*s3.PutObjectOutput…
166 expected := s3testing.GetTestBytes(int(tt.FileSize))
200 client, _, _ := s3testing.NewUploadLoggingClient(nil)
212 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
224 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
284 client, _, _ := s3testing.NewUploadLoggingClient(nil)
[all …]
H A Dupload_test.go37 c, invocations, args := s3testing.NewUploadLoggingClient(nil)
118 s, ops, args := s3testing.NewUploadLoggingClient(nil)
252 client, ops, _ := s3testing.NewUploadLoggingClient(nil)
309 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
337 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
363 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
386 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
428 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
713 client, _, _ := s3testing.NewUploadLoggingClient(nil)
934 client, _, _ := s3testing.NewUploadLoggingClient(nil)
[all …]
H A Dbucket_region_test.go14 s3testing "github.com/aws/aws-sdk-go-v2/feature/s3/manager/internal/testing" packageName
70 …EndpointResolver: s3testing.EndpointResolverFunc(func(region string, options s3.EndpointResolverOp…
98 …EndpointResolver: s3testing.EndpointResolverFunc(func(region string, options s3.EndpointResolverOp…
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/feature/s3/manager/
H A Dupload_internal_test.go13 s3testing "github.com/aws/aws-sdk-go-v2/feature/s3/manager/internal/testing" packageName
66 client, _, _ := s3testing.NewUploadLoggingClient(nil)
73 expected := s3testing.GetTestBytes(int(tt.FileSize))
140 client, _, _ := s3testing.NewUploadLoggingClient(nil)
144 …client.PutObjectFn = func(*s3testing.UploadLoggingClient, *s3.PutObjectInput) (*s3.PutObjectOutput…
166 expected := s3testing.GetTestBytes(int(tt.FileSize))
200 client, _, _ := s3testing.NewUploadLoggingClient(nil)
212 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
224 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
284 client, _, _ := s3testing.NewUploadLoggingClient(nil)
[all …]
H A Dupload_test.go37 c, invocations, args := s3testing.NewUploadLoggingClient(nil)
118 s, ops, args := s3testing.NewUploadLoggingClient(nil)
252 client, ops, _ := s3testing.NewUploadLoggingClient(nil)
309 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
337 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
363 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
386 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
713 client, _, _ := s3testing.NewUploadLoggingClient(nil)
934 client, _, _ := s3testing.NewUploadLoggingClient(nil)
943 expected := s3testing.GetTestBytes(int(tCase.Size))
[all …]
H A Dbucket_region_test.go14 s3testing "github.com/aws/aws-sdk-go-v2/feature/s3/manager/internal/testing" packageName
70 …EndpointResolver: s3testing.EndpointResolverFunc(func(region string, options s3.EndpointResolverOp…
98 …EndpointResolver: s3testing.EndpointResolverFunc(func(region string, options s3.EndpointResolverOp…
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/feature/s3/manager/
H A Dupload_internal_test.go13 s3testing "github.com/aws/aws-sdk-go-v2/feature/s3/manager/internal/testing" packageName
66 client, _, _ := s3testing.NewUploadLoggingClient(nil)
73 expected := s3testing.GetTestBytes(int(tt.FileSize))
140 client, _, _ := s3testing.NewUploadLoggingClient(nil)
144 …client.PutObjectFn = func(*s3testing.UploadLoggingClient, *s3.PutObjectInput) (*s3.PutObjectOutput…
166 expected := s3testing.GetTestBytes(int(tt.FileSize))
200 client, _, _ := s3testing.NewUploadLoggingClient(nil)
212 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
224 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
284 client, _, _ := s3testing.NewUploadLoggingClient(nil)
[all …]
H A Dupload_test.go37 c, invocations, args := s3testing.NewUploadLoggingClient(nil)
118 s, ops, args := s3testing.NewUploadLoggingClient(nil)
252 client, ops, _ := s3testing.NewUploadLoggingClient(nil)
309 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
337 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
363 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
386 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
428 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
713 client, _, _ := s3testing.NewUploadLoggingClient(nil)
934 client, _, _ := s3testing.NewUploadLoggingClient(nil)
[all …]
H A Dbucket_region_test.go14 s3testing "github.com/aws/aws-sdk-go-v2/feature/s3/manager/internal/testing" packageName
70 …EndpointResolver: s3testing.EndpointResolverFunc(func(region string, options s3.EndpointResolverOp…
98 …EndpointResolver: s3testing.EndpointResolverFunc(func(region string, options s3.EndpointResolverOp…
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/feature/s3/manager/
H A Dupload_internal_test.go13 s3testing "github.com/aws/aws-sdk-go-v2/feature/s3/manager/internal/testing" packageName
66 client, _, _ := s3testing.NewUploadLoggingClient(nil)
73 expected := s3testing.GetTestBytes(int(tt.FileSize))
140 client, _, _ := s3testing.NewUploadLoggingClient(nil)
144 …client.PutObjectFn = func(*s3testing.UploadLoggingClient, *s3.PutObjectInput) (*s3.PutObjectOutput…
166 expected := s3testing.GetTestBytes(int(tt.FileSize))
200 client, _, _ := s3testing.NewUploadLoggingClient(nil)
212 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
224 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
284 client, _, _ := s3testing.NewUploadLoggingClient(nil)
[all …]
H A Dupload_test.go37 c, invocations, args := s3testing.NewUploadLoggingClient(nil)
118 s, ops, args := s3testing.NewUploadLoggingClient(nil)
252 client, ops, _ := s3testing.NewUploadLoggingClient(nil)
309 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
337 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
363 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
386 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
428 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
713 client, _, _ := s3testing.NewUploadLoggingClient(nil)
934 client, _, _ := s3testing.NewUploadLoggingClient(nil)
[all …]
H A Dbucket_region_test.go14 s3testing "github.com/aws/aws-sdk-go-v2/feature/s3/manager/internal/testing" packageName
70 …EndpointResolver: s3testing.EndpointResolverFunc(func(region string, options s3.EndpointResolverOp…
98 …EndpointResolver: s3testing.EndpointResolverFunc(func(region string, options s3.EndpointResolverOp…
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/feature/s3/manager/
H A Dupload_internal_test.go13 s3testing "github.com/aws/aws-sdk-go-v2/feature/s3/manager/internal/testing" packageName
66 client, _, _ := s3testing.NewUploadLoggingClient(nil)
73 expected := s3testing.GetTestBytes(int(tt.FileSize))
140 client, _, _ := s3testing.NewUploadLoggingClient(nil)
144 …client.PutObjectFn = func(*s3testing.UploadLoggingClient, *s3.PutObjectInput) (*s3.PutObjectOutput…
166 expected := s3testing.GetTestBytes(int(tt.FileSize))
200 client, _, _ := s3testing.NewUploadLoggingClient(nil)
212 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
224 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
284 client, _, _ := s3testing.NewUploadLoggingClient(nil)
[all …]
H A Dupload_test.go37 c, invocations, args := s3testing.NewUploadLoggingClient(nil)
118 s, ops, args := s3testing.NewUploadLoggingClient(nil)
252 client, ops, _ := s3testing.NewUploadLoggingClient(nil)
309 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
337 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
363 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
386 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
713 client, _, _ := s3testing.NewUploadLoggingClient(nil)
934 client, _, _ := s3testing.NewUploadLoggingClient(nil)
943 expected := s3testing.GetTestBytes(int(tCase.Size))
[all …]
H A Dbucket_region_test.go14 s3testing "github.com/aws/aws-sdk-go-v2/feature/s3/manager/internal/testing" packageName
70 …EndpointResolver: s3testing.EndpointResolverFunc(func(region string, options s3.EndpointResolverOp…
98 …EndpointResolver: s3testing.EndpointResolverFunc(func(region string, options s3.EndpointResolverOp…
/dports/security/vault/aws-sdk-go-v2-1.5.0/feature/s3/manager/
H A Dupload_internal_test.go13 s3testing "github.com/aws/aws-sdk-go-v2/feature/s3/manager/internal/testing" packageName
66 client, _, _ := s3testing.NewUploadLoggingClient(nil)
73 expected := s3testing.GetTestBytes(int(tt.FileSize))
140 client, _, _ := s3testing.NewUploadLoggingClient(nil)
144 …client.PutObjectFn = func(*s3testing.UploadLoggingClient, *s3.PutObjectInput) (*s3.PutObjectOutput…
166 expected := s3testing.GetTestBytes(int(tt.FileSize))
200 client, _, _ := s3testing.NewUploadLoggingClient(nil)
212 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
224 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
284 client, _, _ := s3testing.NewUploadLoggingClient(nil)
[all …]
H A Dupload_test.go37 c, invocations, args := s3testing.NewUploadLoggingClient(nil)
118 s, ops, args := s3testing.NewUploadLoggingClient(nil)
252 client, ops, _ := s3testing.NewUploadLoggingClient(nil)
309 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
337 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
363 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
386 c, invocations, _ := s3testing.NewUploadLoggingClient(nil)
713 client, _, _ := s3testing.NewUploadLoggingClient(nil)
934 client, _, _ := s3testing.NewUploadLoggingClient(nil)
943 expected := s3testing.GetTestBytes(int(tCase.Size))
[all …]
H A Dbucket_region_test.go14 s3testing "github.com/aws/aws-sdk-go-v2/feature/s3/manager/internal/testing" packageName
70 …EndpointResolver: s3testing.EndpointResolverFunc(func(region string, options s3.EndpointResolverOp…
98 …EndpointResolver: s3testing.EndpointResolverFunc(func(region string, options s3.EndpointResolverOp…
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/service/s3/s3manager/
H A Dupload_internal_test.go107 expected := s3testing.GetTestBytes(int(tt.FileSize))
211 expected := s3testing.GetTestBytes(int(tt.FileSize))
284 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
296 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
405 expected := s3testing.GetTestBytes(int(c.FileSize))
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/
H A Dupload_internal_test.go116 expected := s3testing.GetTestBytes(int(tt.FileSize))
220 expected := s3testing.GetTestBytes(int(tt.FileSize))
293 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
305 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
414 expected := s3testing.GetTestBytes(int(c.FileSize))
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/
H A Dupload_internal_test.go115 expected := s3testing.GetTestBytes(int(tt.FileSize))
219 expected := s3testing.GetTestBytes(int(tt.FileSize))
292 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
304 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
413 expected := s3testing.GetTestBytes(int(c.FileSize))
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/
H A Dupload_internal_test.go116 expected := s3testing.GetTestBytes(int(tt.FileSize))
220 expected := s3testing.GetTestBytes(int(tt.FileSize))
293 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
305 expected := s3testing.GetTestBytes(int(15 * sdkio.MebiByte))
414 expected := s3testing.GetTestBytes(int(c.FileSize))

12345