Skip to content

Conversation

IanButterworth
Copy link
Contributor

Fixes #581

Not tested locally.

@IanButterworth IanButterworth changed the title Fix depwarn. Fixes https://github.com/JuliaCloud/AWS.jl/issues/581 Fix depwarn Jul 11, 2025
@IanButterworth IanButterworth marked this pull request as draft July 11, 2025 19:04
"""
function head_bucket(Bucket; aws_config::AbstractAWSConfig=global_aws_config())
return s3("HEAD", "/$(Bucket)"; aws_config=aws_config, feature_set=SERVICE_FEATURE_SET)
# Use copy constructor to preserve all fields from SERVICE_FEATURE_SET but override use_response_type
Copy link
Member

Choose a reason for hiding this comment

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

Any file in src/services/ is auto-generated and it will be overwritten when definitions are updated. You'll need to modify AWSMetadata.jl if you want to make these changes persist.

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.

S3.head_object uses deprecated HEAD request form
2 participants