Home
last modified time | relevance | path

Searched refs:S3Client (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/source/
H A DS3Client.cpp151 S3Client::S3Client(const std::shared_ptr<AWSCredentialsProvider>& credentialsProvider, in S3Client() function in S3Client
162 S3Client::~S3Client() in ~S3Client()
166 void S3Client::init(const Client::ClientConfiguration& config) in init()
186 void S3Client::OverrideEndpoint(const Aws::String& endpoint) in OverrideEndpoint()
295 CopyObjectOutcome S3Client::CopyObject(const CopyObjectRequest& request) const in CopyObject()
1833 GetObjectOutcome S3Client::GetObject(const GetObjectRequest& request) const in GetObject()
2384 ListBucketsOutcome S3Client::ListBuckets() const in ListBuckets()
2396 ListBucketsOutcomeCallable S3Client::ListBucketsCallable() const in ListBucketsCallable()
3832 void S3Client::LoadS3SpecificConfig(const Aws::String& profile) in LoadS3SpecificConfig()
4120 ComputeEndpointOutcome S3Client::ComputeEndpointString() const in ComputeEndpointString()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/integration/e2ecortex/
H A Dstorage.go18 type S3Client struct { struct
23 func NewS3Client(cfg s3.Config) (*S3Client, error) {
34 return &S3Client{
40 func NewS3ClientForMinio(minio *e2e.HTTPService, bucketName string) (*S3Client, error) {
51 func (c *S3Client) DeleteBlocks(userID string) error { argument
72 func (c *S3Client) DeleteBlock(userID, blockID string) error { argument
77 func (c *S3Client) Delete(prefix string) error { argument
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/Aws/CloudTrail/
H A DLogRecordIterator.php4 use Aws\S3\S3Client; alias
35 * @param S3Client $s3Client
42 S3Client $s3Client,
56 * @param S3Client $s3Client
63 S3Client $s3Client,
74 * @param S3Client $s3Client
81 S3Client $s3Client,
H A DLogFileReader.php4 use Aws\S3\S3Client; alias
17 /** @var S3Client S3 client used to perform GetObject operations */
21 * @param S3Client $s3Client S3 client used to retrieve objects
23 public function __construct(S3Client $s3Client)
H A DLogFileIterator.php4 use Aws\S3\S3Client; alias
34 /** @var S3Client S3 client used to perform ListObjects operations */
47 * @param S3Client $s3Client
56 S3Client $s3Client,
110 * @param S3Client $s3Client
115 S3Client $s3Client,
/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/
H A DLogRecordIterator.php4 use Aws\S3\S3Client; alias
35 * @param S3Client $s3Client
42 S3Client $s3Client,
56 * @param S3Client $s3Client
63 S3Client $s3Client,
74 * @param S3Client $s3Client
81 S3Client $s3Client,
H A DLogFileReader.php4 use Aws\S3\S3Client; alias
17 /** @var S3Client S3 client used to perform GetObject operations */
21 * @param S3Client $s3Client S3 client used to retrieve objects
23 public function __construct(S3Client $s3Client)
H A DLogFileIterator.php4 use Aws\S3\S3Client; alias
34 /** @var S3Client S3 client used to perform ListObjects operations */
47 * @param S3Client $s3Client
56 S3Client $s3Client,
110 * @param S3Client $s3Client
115 S3Client $s3Client,
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dfind_test.go36 clnt: &S3Client{
42 clnt: &S3Client{
48 clnt: &S3Client{
54 clnt: &S3Client{
60 clnt: &S3Client{
66 clnt: &S3Client{
72 clnt: &S3Client{
78 clnt: &S3Client{
84 clnt: &S3Client{
90 clnt: &S3Client{
H A Dclient-s3.go57 type S3Client struct { struct
108 s3Clnt := &S3Client{}
238 func (c *S3Client) GetURL() ClientURL { argument
647 func (c *S3Client) notificationToEventsInfo(ninfo notification.Info) []EventInfo { argument
1086 func (c *S3Client) AddUserAgent(app string, version string) { argument
1564 func (c *S3Client) url2BucketAndObject() (bucketName, objectName string) { argument
1593 func (c *S3Client) splitPath(path string) (bucketName, objectName string) { argument
1908 func (c *S3Client) joinPath(bucket string, objects ...string) string { argument
2402 func (c *S3Client) SetVersion(ctx context.Context, status string) *probe.Error { argument
2434 func (c *S3Client) RemoveReplication(ctx context.Context) *probe.Error { argument
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/include/aws/s3/
H A DS3Client.h399 class S3Client; variable
403 …typedef std::function<void(const S3Client*, const Model::CopyObjectRequest&, const Model::CopyObje…
443 …typedef std::function<void(const S3Client*, const Model::GetObjectRequest&, Model::GetObjectOutcom…
451 …typedef std::function<void(const S3Client*, const Model::HeadBucketRequest&, const Model::HeadBuck…
452 …typedef std::function<void(const S3Client*, const Model::HeadObjectRequest&, const Model::HeadObje…
457 …typedef std::function<void(const S3Client*, const Model::ListBucketsOutcome&, const std::shared_pt…
462 …typedef std::function<void(const S3Client*, const Model::ListPartsRequest&, const Model::ListParts…
481 …typedef std::function<void(const S3Client*, const Model::PutObjectRequest&, const Model::PutObject…
519 class AWS_S3_API S3Client : public Aws::Client::AWSXMLClient
539 S3Client(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rusoto_s3-0.47.0/src/custom/
H A Dcustom_tests.rs20 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in test_multipart_upload_copy_response()
56 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in test_list_object_versions_with_multiple_versions()
76 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in initiate_multipart_upload_happy_path()
106 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in complete_multipart_upload_happy_path()
132 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in list_multipart_upload_happy_path()
225 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in list_multipart_upload_parts_happy_path()
287 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in list_multipart_uploads_no_uploads()
327 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in bench_parse_list_buckets_response()
364 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in should_parse_sample_list_buckets_response()
389 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in hould_parse_headers()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rusoto_s3-0.44.0/src/custom/
H A Dcustom_tests.rs20 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in test_multipart_upload_copy_response()
56 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in test_list_object_versions_with_multiple_versions()
76 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in initiate_multipart_upload_happy_path()
106 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in complete_multipart_upload_happy_path()
132 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in list_multipart_upload_happy_path()
225 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in list_multipart_upload_parts_happy_path()
287 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in list_multipart_uploads_no_uploads()
327 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in bench_parse_list_buckets_response()
364 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in should_parse_sample_list_buckets_response()
389 let client = S3Client::new_with(mock, MockCredentialsProvider, Region::UsEast1); in hould_parse_headers()
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Dencryption_client.go22 S3Client s3iface.S3API member
53 S3Client: s3client,
106 S3Client: c.S3Client,
H A Ddecryption_client.go31 S3Client s3iface.S3API member
60 S3Client: s3client,
124 S3Client: c.S3Client,
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/s3/s3crypto/
H A Dencryption_client.go22 S3Client s3iface.S3API member
53 S3Client: s3client,
106 S3Client: c.S3Client,
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Ddecryption_client.go29 S3Client s3iface.S3API member
59 S3Client: s3client,
122 S3Client: c.S3Client,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Ddecryption_client.go29 S3Client s3iface.S3API member
59 S3Client: s3client,
122 S3Client: c.S3Client,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Ddecryption_client.go29 S3Client s3iface.S3API member
59 S3Client: s3client,
122 S3Client: c.S3Client,
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Ddecryption_client.go29 S3Client s3iface.S3API member
59 S3Client: s3client,
122 S3Client: c.S3Client,
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Ddecryption_client.go29 S3Client s3iface.S3API member
59 S3Client: s3client,
122 S3Client: c.S3Client,
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Ddecryption_client.go29 S3Client s3iface.S3API member
59 S3Client: s3client,
122 S3Client: c.S3Client,
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Ddecryption_client.go29 S3Client s3iface.S3API member
59 S3Client: s3client,
122 S3Client: c.S3Client,
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Ddecryption_client.go29 S3Client s3iface.S3API member
59 S3Client: s3client,
122 S3Client: c.S3Client,
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Ddecryption_client.go29 S3Client s3iface.S3API
59 S3Client: s3client,
122 S3Client: c.S3Client,

1234567891011