Return Bucket Logging

Prev Next

Use the get_bucket_logging() method to configure bucket logging, for example:

response = client.get_bucket_logging(
    Bucket='mybucket',
)