S3 Client not Exposing HeadBucket. #3175
-
Hello all, I'm writing a code that uploading content to S3 bucket that resides at different account, i.e. I have a cross account scenario of uploading content to S3. While writing the code I used Here is a snapshot from the SDK code:
Can we make this public for use? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I found this issue from a few years ago, mentioning we didn't make the operation public because there's a separate method ( That doesn't really help your case (or if you're interested in any of the headers |
Beta Was this translation helpful? Give feedback.
Yes, I opened a new issue to make the
HeadBucket
operation public in our S3 client: #3178