Skip to content

Conversation

@donghwikim2
Copy link
Contributor

No description provided.

@donghwikim2 donghwikim2 force-pushed the s3-fetchers branch 6 times, most recently from 711e3bf to 88f539c Compare October 21, 2025 09:43
@donghwikim2 donghwikim2 marked this pull request as ready for review October 21, 2025 09:44
try (S3Client client = s3ClientBuilder.build()) {
for ( Bucket bucket : client.listBuckets().buckets() ) {
GetBucketLoggingRequest.builder().build();
var bucketLogging = client.getBucketLogging(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same for this actually, can't we just get the entire bucket logging instead of one field? or is there some specific need?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this case Logging enabled is only field of GetBucketLoggingResponse. Should I still return GetBucketLoggingResponse in this case as well?

@donghwikim2 donghwikim2 requested a review from maxhov October 22, 2025 12:05
@maxhov maxhov merged commit f26a469 into Blazebit:main Oct 23, 2025
2 checks passed
@donghwikim2 donghwikim2 deleted the s3-fetchers branch October 24, 2025 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants