You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "rtyler (via GitHub)" <gi...@apache.org> on 2023/03/26 00:36:42 UTC

[GitHub] [arrow-rs] rtyler opened a new pull request, #3947: Remove incorrect validation logic on S3 bucket names

rtyler opened a new pull request, #3947:
URL: https://github.com/apache/arrow-rs/pull/3947

   S3 bucket names can have dots in them, see [this documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html)
   
   > Bucket names can consist only of lowercase letters, numbers, dots (.), and hyphens (-).
   
   This was originally reported in delta-io/delta-rs#1239 by @gray-sat
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold merged pull request #3947: Remove incorrect validation logic on S3 bucket names

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold merged PR #3947:
URL: https://github.com/apache/arrow-rs/pull/3947


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org