alamb opened a new pull request, #854: URL: https://github.com/apache/arrow-rs-object-store/pull/854
# Which issue does this PR close? - Closes #853. # Rationale for this change The ASF license header in `src/client/s3.rs` is missing its first line (`// Licensed to the Apache Software Foundation (ASF) under one`), which resulted in a -1 vote on the 0.14.2 RC1 release: https://lists.apache.org/thread/vq30yjj13lyk47tx2t4mrdt0z3ho211t # What changes are included in this PR? Restore the missing first line of the standard ASF license header. After this change, `src/client/s3.rs` is no longer flagged by: ```shell grep -rL 'Licensed to the Apache Software Foundation' --include='*.rs' src ``` # Are there any user-facing changes? No -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
