Home
last modified time | relevance | path

Searched refs:get_bucket_logging (Results 1 – 12 of 12) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Ds3_logging.py133 bucket_logging = connection.get_bucket_logging(aws_retry=True, Bucket=bucket_name)
172 bucket_logging = connection.get_bucket_logging(aws_retry=True, Bucket=bucket_name)
/dports/net/p5-S3/s3-example-libraries/perl/
H A Ds3-test.pl168 $response = $conn->get_bucket_logging($BUCKET_NAME);
237 check_url($generator->get_bucket_logging($BUCKET_NAME), "GET", 200, "get bucket logging");
H A DREADME30 GetResponse get_bucket_logging(bucket_name) - returns the xml representation of this bucket's acces…
/dports/net/p5-S3/s3-example-libraries/perl/S3/
H A DQueryStringAuthGenerator.pm134 sub get_bucket_logging { subroutine
H A DAWSAuthConnection.pm140 sub get_bucket_logging { subroutine
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/storage/
H A Ds3_api.py181 ('LoggingEnabled', self.client.get_bucket_logging, True),
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dboto_s3_bucket.py303 "Logging": conn.get_bucket_logging,
/dports/devel/py-moto/moto-2.2.16/tests/test_s3/
H A Dtest_s3.py4591 result = s3.get_bucket_logging(Bucket=bucket_name)
4668 result = s3.get_bucket_logging(Bucket=bucket_name)
4675 assert not s3.get_bucket_logging(Bucket=bucket_name).get("LoggingEnabled")
4704 result = s3.get_bucket_logging(Bucket=bucket_name)
4730 result = s3.get_bucket_logging(Bucket=bucket_name)
/dports/devel/py-moto/moto-2.2.16/moto/s3/
H A Dmodels.py2098 def get_bucket_logging(self, bucket_name): member in S3Backend
H A Dresponses.py500 logging = self.backend.get_bucket_logging(bucket_name)
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rusoto_s3-0.47.0/src/
H A Dgenerated.rs18933 async fn get_bucket_logging( in get_bucket_logging() method
20594 async fn get_bucket_logging( in get_bucket_logging() method
23462 let result = client.get_bucket_logging(request).await; in test_parse_valid_s3_get_bucket_logging()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rusoto_s3-0.44.0/src/
H A Dgenerated.rs19333 async fn get_bucket_logging( in get_bucket_logging() method
21323 async fn get_bucket_logging( in get_bucket_logging() method
24807 let result = client.get_bucket_logging(request).await; in test_parse_valid_s3_get_bucket_logging()